FIB In the linux terminal... Press this key to execute a command: return enter FIB In the linux terminal... Keys that let you run a previously typed command again (two keys): up and down FIB In the linux terminal... Key to press to auto-complete a filename or command: tab FIB In the linux terminal... Shortcut for current directory (one character): . FIB In the linux terminal... Shortcut for directory one level up from current (two characters): .. FIB In the linux terminal... Shortcut for your home directory (one character): ~ FIB In the linux terminal... Shortcut for the top of the entire file system (one character): / FIB In the linux terminal... Characters to put around a filename that has spaces: "" FIB In the linux terminal... Wildcard character: * FIB Linux command for... Change directory: cd FIB Linux command for... Make a new directory: mkdir FIB Linux command for... List directory contents: ls FIB Linux command for... Flag/option to use with ls command to list details of files: -l FIB Linux command for... Copy file(s): cp FIB Linux command for... Remove files: rm FIB Linux command for... Remove directory: rmdir rm -d FIB Linux command for... Move or rename a file or directory: mv FIB Linux command for... A terminal text editor: nano vim emacs jove FIB Give the full linux terminal command for... Create a new directory NOTES in your home directory: mkdir ~/NOTES FIB Give the full linux terminal command for...Copy the contents of ~cs151/h1/ into your home directory: cp ~cs151/h1/* ~ FIB Give the full linux terminal command for...Change directory to your home directory: cd ~ cd FIB Give the full linux terminal command for...Check to see who is logged in: finger who w FIB Give the full linux terminal command for...List the contest of the directory ~cs151/ including the sizes of the files: ls ~cs151 -l FIB Linux command for... get how long since last system reboot: uptime who -b FIB Linux command for... get information about disk free space: df FIB Linux command for... get which user is currently logged in on the terminal: whoami FIB Linux command for... get what computer you are currently running commands on: hostname FIB Linux command for... get which directory are you inside of: pwd FIB Linux command for... clear the terminal screen: clear ctrl-l FIB Linux command for... see which other users are currently logged in: finger FIB Linux command for... help about a command (manual): man