This one time, at band camp, Adam F. Bogacki said:
>I assume it's a binary file. How do I execute it ? /sbin/......
If you trust it,
$ chmod 755 so_blah; ./so_blah
will execute it.
Before you do that, though, try
$ file so_blah
to identfy it, you might find it's a shar archive, in which case you can
run it by sourcing it into the shell:
$ . ./so_blah
without having to chmod it first.
--
[EMAIL PROTECTED] http://spacepants.org/jaq.gpg
Better to teach a man to fish than to give him a fish. And if he can't
be bothered to learn to fish and starves to death, that's a good enough
outcome for me.
PGP signature