Difference between revisions of "Tech Support Tips"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | |||
− | Find out if the user is really root | + | *Find out if the user is really root |
− | *run whoami to find out what it says the user is running as | + | **If a command is missing try looking in /sbin. If it is in /sbin, and it says that a command isn't found then they probably aren't running as root. Also try find to see if it is anywhere else on the system using "locate" command. |
+ | **run whoami to find out what it says the user is running as | ||
[[category:tech support]] | [[category:tech support]] |
Revision as of 11:12, 20 October 2005
- Find out if the user is really root
- If a command is missing try looking in /sbin. If it is in /sbin, and it says that a command isn't found then they probably aren't running as root. Also try find to see if it is anywhere else on the system using "locate" command.
- run whoami to find out what it says the user is running as