blank Give the name to change the password. passwd blank Name the file that is used to store the user's account information such as shell choice or home diredtory. Include the path (where it is stored). /etc/passwd blank Name the file that is used to store the user's password information. Include the path (where it is stored). /etc/shadow blank Give the control character that indicates the end of input : [ctrl]___ [ctrl]d d blank Give the control character that suspends the output of a command : [ctrl] ___ [ctrl]s s blank Give the control character that will resume the output suspended by the previous control character : [ctrl] ___ [ctrl]q q blank Give the control character that quotes another control character : [ctrl] ___ [ctrl]v v blank Give the control character that interrupts the currently running command : [ctrl] ____ [ctrl]c blank Give the control character that clears the current command line : [ctrl] ____ [ctrl]u u blank Give the control character that suspends the execution of an instruction : [ctrl] ____ [ctrl]z z blank Give the command that displays the current terminal's name(id) : ______ tty blank Give the command that displays the current Unix system's name : _______ uname -a blank Give the command for getting help on a command : _______ man info blank Give another command for getting help on a command : _____ info man blank What section of the standard Unix help system contains information on standard Unix system calls : Do a man on man. _________ section 2 2 blank What section contains information on file formats : ______ section 5 5 blank What command records all input and output occurring on the terminal into a file : _____ script blank Name one of the mail client programs : ______ mutt pine mail mailx