SLG - ULI Commands - Week 2

12345678910111213141516171819
Across
  1. 3. Command that lists the contents of a directory
  2. 5. Command to create an empty file
  3. 8. ls option to list ALL files (hidden and non-hidden)
  4. 9. Create a new directory
  5. 10. Text-editor most likely presented on Unix-like systems
  6. 12. Displays the contents of large files, one screen at time
  7. 13. Filename starting with a period is considered to be
  8. 15. Command to determine a file type
  9. 16. Command to remove a regular file
  10. 19. Displays the path of the current directory
Down
  1. 1. ls option to list the contents of a directory in details
  2. 2. Command to display the contents of a file
  3. 4. Unix/Linus is case ____________
  4. 6. The ~ (tilde) represents your ______ directory
  5. 7. Command that takes you directly to your home directory
  6. 8. rm option to remove a non-empty directory
  7. 11. Removes an empty directory
  8. 12. Command to open a comprehensive manual about a command
  9. 14. Command that searches files by using different criteria
  10. 17. Command to move and/or rename a file or a directory
  11. 18. Command to copy files and/or directories