13,420
edits
Changes
no edit summary
|
#To find out the name that you have assigned to your Linux system, enter the command: <code>'''hostname'''</code>
#To find out the kernel version of your GNU/Linux workstation and the date it was created, enter the command: <br><code>'''uname -rv'''</code>
#To find out all the system processes running on your GNU/Linux workstation, enter the command: <code>'''ps -ef'''</code>
#To capture the list of all the system processes to a file called <code>'''ps.lst'''</code>, enter the command: <code>'''ps -ef > ps.lst'''''</code>