| < Day Day Up > |
16. About System Commands
There are also shell commands that can quickly provide you with information
Table 3.2. System Commands
The system commands provided in Table 3.2 are used to view information about the system. The only "dangerous" command is kill . kill should be used only in cases where you cannot get an application to close in NLD after you have tried all other possibilities. To use kill you must find the process ID for the offending application using the ps command.
Tip
Again, you may
|
| < Day Day Up > |
| < Day Day Up > |
17. Use System Commands
A number of system commands are available to the end-
17. Use System Commands
After you have worked with some of the system commands, you can close the terminal window. Type exit and then press Enter to return to the NLD desktop.
Note
The root account (the administrator account) has been mentioned in this chapter and the fact that some NLD settings can be changed only when you know the root password. You can also administer NLD from the command shell, and there are a large number of commands and command utilities available to root. To access the root account at the command line, type
su
and then press
Enter
. Type the root password and then press
Enter
again. If you are really interested in more of the administrative possibilities
|
| < Day Day Up > |