This is your directory tree for the first two exercises:
If pwd displays /users/thing, what will ls ../backup display?
../backup: No such file or directory2012-12-01 2013-01-08 2013-01-272012-12-01/ 2013-01-08/ 2013-01-27/original pnas_final pnas_subIf pwd displays /users/backup, and -r tells ls to display things in reverse order, which command(s) will display: pnas-sub/ pnas-final/ original/
ls pwdls -r -Fls -r -F /users/backupWhat does the command cd without a directory name do?
/.What does the command ls do when used with the -s and -h arguments?