ThatQuiz Test Library Take this test now
Command line basics. cd.
Contributed by: Iacobelli
  • 1. A directory is equivalent to a
A) File System
B) File
C) Folder
D) Word Document
E) Any document
  • 2. A path is a chain of ______
A) Files
B) Directories
C) Teddy Bears
D) Hard Drives
E) Documents
  • 3. Your home directory is
A) The default directory where programs are
B) The default directory to store your files
C) A default path that looks like a house
D) A special system directory that stores my passwords
E) Your home address
  • 4. the path / stands for
A) empty path
B) the current directory
C) down one level
D) up one level
E) Root directory
  • 5. the path ~ stands for
A) Home directory
B) down one level
C) Root directory
D) up one level
E) empty path
  • 6. if pwd outputs /User/james/test/" you are in what directory?
A) james under root under test
B) test under root
C) test under james under User
D) Test under james
E) User under james under test
  • 7. if pwd outputs /User/jane/programs/output then cd .. will take you to
A) /User/jane/programs/data
B) /User/jane/programs/
C) programs/
D) /User/jane/
E) /User/
  • 8. if pwd outputs /myfiles/modeling/airplanes/biplanes/ then assuming cd ../../data/ succeeds, pwd would now output:
A) /myfiles/modeling/airplanes/biplanes/data
B) /myfiles/modeling/airplanes/biplanes/../
C) /myfiles/data/
D) /myfiles/modeling/
E) /myfiles/modeling/data
  • 9. if pwd outputs "/Dog/Cat/mouse/" what commands should be used to list all the files in Dog/Cat/mouse/flea/?
A) ls
B) ls -l
C) pwd flea
D) cd flea
E) cd flea; ls
  • 10. if pwd outputs "/Dog/Cat/mouse/" what command(s) should be used to list all the files in Dog/Cat/mouse/flea/?
A) list files flea
B) pwd flea/ ; ls
C) ls -l
D) ls flea/
E) cd mouse/flea; ls
  • 11. if pwd outputs "/Dog/Cat/mouse/" and you type ls you will see:
A) all the files in the "flea" directory
B) all the files in the "mouse" directory
C) all the files in Dog, Cat and mouse directories
D) a commercial for buger king
E) the path to the mouse directory
  • 12. if pwd outputs /Dog/Cat/mouse/ and then you issue a cd ~ how do you get back to the original directory?
A) cd dog/cat/mouse
B) cd /Dog/Cat/mouse
C) cd orig-dir
D) cd ~/Dog/Cat/mouse
E) cd /dog/cat/mouse
  • 13. let's say pwd outputs /Users/john/ Now, you have a file /dog/cat/mouse.dat and want to copy it to /dog/cat/rat.dat what command would you issue?
A) cp /dog/cat/mouse.dat /dog/cat/rat.dat
B) cp /dog/cat/mouse.dat rat.dat
C) mv /dog/cat/mouse.dat rat.dat
D) cp /Users/john/mouse.dat rat.dat
E) mv /dog/cat/mouse.dat /dog/cat/rat.dat
  • 14. let's say pwd outputs /dog/cat/ Now, you have a file /dog/cat/mouse.dat and want to copy it to /dog/cat/rat.dat what command would you issue?
A) mv /dog/cat/mouse.dat /dog/cat/rat.txt
B) cp /dog/cat/mouse /dog/cat/rat
C) mv cp ls pwd
D) mv mouse.dat rat.dat
E) cp mouse.dat rat.dat
  • 15. let's say pwd outputs /dog/cat/ Now, you have a file /dog/cat/mouse.dat and want to copy it to /dog/cat/rat.dat what command would you issue?
A) cp /dog/cat/mouse.dat rat
B) mv /dog/cat/mouse.dat /dog/cat/rat
C) mv mouse.dat rat.dat
D) cp /dog/cat/mouse /dog/cat/rat
E) cp /dog/cat/mouse.dat /dog/cat/rat.dat
  • 16. let's say pwd outputs /dog/cat/ Now, you have a file /dog/cat/mouse.dat and want to move it to /dog/cat/rat.dat what command is equivalent to mv mouse.dat rat.dat
A) mv /dog/cat/rat.dat mouse.dat
B) mv /dog/cat/mouse.dat rat.dat
C) cp mouse.dat rat.dat
D) find -space -time -travel
E) mv mouse.dat rat
  • 17. let's say pwd outputs /dog/cat/ Now, you have a file /dog/cat/mouse.dat and want to move it to /dog/cat/rat.dat what command is NOT equivalent to mv mouse.dat rat.dat
A) mv mouse.dat /dog/cat/rat.dat
B) mv /dog/cat/mouse.dat /dog/rat.dat
C) mv ../cat/mouse.dat rat.dat
D) mv /dog/cat/mouse.dat rat.dat
E) mv mouse.dat ../cat/rat.dat
  • 18. let's say pwd outputs /dog/cat/ Now, you have a file /dog/cat/mouse.dat. You type cp mouse.dat rat.dat; cp rat.dat ../mice.dat then:
A) /dog/cat/mouse.dat has a file called rat.dat
B) /dog/cat has three files
C) /dog/ has three files, /dog/cat/ has two.
D) /dog/cat has a file named mouse.dat
E) /dog/cat has two files, /dog has one file
  • 19. let's say pwd outputs /p/g/ Now, you have a file /p/g/out.dat. You type cp out.dat rat.dat; cp rat.dat ../mice.dat; cd ..; mv g/out.dat ." what would ls produce?
A) out.dat rat.dat mice.dat
B) mice.dat
C) out with mice and rats!
D) p g mice.dat out.dat
E) mice.dat out.dat
Created with That Quiz — a math test site for students of all grade levels.