Библиотека сайта rus-linux.net
8.4. Implementation
8.4.2. Test the "more" script
Display kernel messages by piping the output of dmesg to more.
|
Examine the local_fs
script by using
more with a command-line argument.
|
8.4.3. Use ps to show running processes
Display processes for the user currently logged in.
|
Display all available information about all running processes.
|
8.4.4. Run a simple sed script
Use sed to display an alternate version of
/etc/passwd
.
|
Verify that sed did not make the changes permanent.
|