Linux
Bash Navigation
Bash File Management
Bash File Permissions
macOS
100

The default command and scripting language used in Linux.

What is Bash?

100

This command shows what the current working directory is.

What is pwd?

100

This command can be used to copy a file. The new file may keep its existing name or be given a new one.

What is cp?

100

The three basic permissions in Linux.

What are r (read), w (write), and x (execute)?

100

The macOS version of the Windows Taskbar.

What is the Dock?

200

A version of Linux that has its own features, like specific desktop environments and preinstalled software (or lack thereof).

What is a distribution (distro)?

200

This command changes the working directory.

What is cd?

200

This command removes a file or folder from one directory and places it into a new one. It may also rename the file.

What is mv?

200

The command used to change the permissions on a file.

What is chmod?

200
macOS's search feature.

What is Spotlight Search?

300

Linux commands, filenames, and programs are all ____, which is different from Windows.

What is case-sensitive?

300

This command prints out every file and folder in the working directory.

What is ls?

300

This command allows you to view the free hard drive space on a device.

What is df (disk free)?

300

The command used to change the owner of a file.

What is chown?

300

The app used to create multiple desktops.

What is Mission Control?

400

The three streams of data handled by a terminal.

What are stdout, stdin, and stderr?

400

This command shows the contents of a file.

What is cat?

400

This command shows how a disk is being utilized, including the sizes of the different files and folders within it.

What is du (disk usage)?

400

On a file, the user has permissions read, write, and execute, the owner's group can read and execute, and everyone else can only execute. Write out the permissions.

What is -rwxr-x--x?

400

The backup utility.

What is the Time Machine?

500
Linux's system of combining all folders and even drives under one main folder known as the root directory.
What is a Unified File System?
500

The meaning of ../ and ./ (the / is optional).

What are the parent directory and the working directory?

500

This command, when used with the correct flag/option/switch, will remove a directory and every file within it. There are two possible commands like this.

What is rm -r or rmdir -r?

500

Using numeric notation, you would grant a file's (file.txt) owner all permissions, the group read and write, and everyone else read by typing ____.

What is sudo chmod 764 file.txt?

500

The default shell for version Catalina and after.

What is Z Shell (zsh)?

M
e
n
u