13,420
edits
Changes
→Part 1: Using the Linux Shell
The '''man''' command can provide information on how to use a command (i.e. '''usage''', '''arguments''', '''options''', '''examples'''). The commands are classified into sections or “volumes”.
#Issue the following command: man man<br>How many volume numbers are contains in the man pages?(like executable e'''xecutable programs ''' or '''games''')?
# If you wish to change your password, you can change it by issuing the command: passwd<br>What option for the passwd command can be used to change user info (such as name)? Hint: use the manpages for the passwd command.<br>'''NOTE:''' You are NOT required to change your password for this tutorial.