> Hi all,
> I have a cobalt box running Linux. However when I type commands like man
> or gcc , the system says"command not found".
Looks like your path isn't set accurately.
Type: echo $PATH
and look if it contains something like
/bin:/usr/bin:/usr/local/bin (the ':' separates the dir names).
Or man and gcc are either not in some "default" directory, or not
installed.
Usually man and gcc are found in /usr/bin. Have a look there:
Type: ls -l /usr/bin/m*
ls -l /usr/bin/g*
you should get a list of files, at least one being man (resp. gcc).
If they are installed, then you'll have to worry about ld-linux.so and
shares libs.
--
A designer knows he has achieved perfection not when there is
nothing left to add, but when there is nothing left to take away.
Antoine de Saint-Exupry
-----------------------------------------------------------------
Markus SCHTZ
8, Ch. des Aubpines Phone: ++41 21 646 9362
Switzerland
http://www.geocities.com/SiliconValley/Foothills/9297
-----------------------------------------------------------------