This command is used to copy files and directories.
What is cp?
He created the Unix operating system.
Who is Ken Thompson?
Command to list contents of a directory.
What is ls?
Option of the tar command to create a tar file.
What is -c?
Command that changes permissions.
What is chmod?
This command is used to move files and directories.
What is mv?
He created Linux
Who is Linus Torvalds?
Command to change the working directory.
What is cd?
Option of the tar command to extract from a tar file.
What is -x?
Numeric equivalent of r-x
What is 5?
This command is used to rename files and directories.
What is mv?
Term that describes rights associated with the GPL.
What is copyleft?
Command to display current working directory.
What is pwd?
Command that searches for strings or patterns.
What is grep?
Numeric equivalent of rw-
What is 6?
This command is used to delete files and directories.
What is rm?
2 major branches of Unix were System V and this one.
What is BSD?
Command to display contents of a file.
What is cat?
Command to change your password.
What is pwd?
Numeric equivalent of rwx
What is 7?
This command is used to create links.
What is ln?
Founder of the GNU project.
Who is Richard Stallman?
Command to display manual pages.
What is man?
Command to display the beginning of a file.
What is head?
This letter stands for the owner (or user)
What is u?