View Single Post
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#8
Originally Posted by mihapodb View Post
Thank you all, at this oportunity I would like to ask you if you guys have any list of commands for X terminal? I do not know any.
to get a list of coomands, type in X terminal:
1. For general commands:
Code:
ls /usr/bin
2. Additional general commands needed before /usr
is available to system (don't worry about that):
Code:
ls /bin
3. Commands for super user, but might have general use:
Code:
ls /usr/sbin
4. super user commands needed before /usr mount:
Code:
ls /sbin
For information about each of these commands, google is your friend.

Last edited by j.s; 2009-12-16 at 20:30. Reason: Added CODE tags to get more readable font