Terminal
Files
What in the root?
Directories
First Lesson
100

This command will tell you what is your current working directory

What is pwd?

100

The command to view the content of the file

What is cat?

100

All users' directories and files here

What is /home?

100

The top of the system's file system hierarchy

What is root directory (/)?

100

User Interface in Linux

What is shell?

200

I can go back home from anywhere with a power of this command

What is cd?

200

The command to see the first ten lines of the file

What is head?

200

Special devices files live here

What is /dev?

200

A fully qualified name specifying the files exact location in the file system hierarchy.

What is absolute path?

200

Primary shell in Red Hat Linux

What is BASH?

300

If I need to see content of the directory

What is ls?

300

The command to see the last ten lines of the file

What is tail?

300

System configuration files

What is /etc?

300

Identifies a unique file, specifying only the path necessary to reach the file from the working directory

What is relative path?

300

Symbol for regular user

What is $?

400

the command to see all previously entered commands in the current shell

history

400

Command scans the beginning of a file's contents and displays what type it is

What is file?

400

Files in this directory will be removed after rebooting the system

What is /tmp?

400

The command to create directory

What is mkdir?

400

Symbol for root user

What is #?

500

Command to find out the current user name

What is whoami?

500

Command counts lines, words, and characters in a file

What is wc?

500

The super-user's home directory

What is /root?

500

The command will always change the working directory up two levels from the current location

What is cd ../..?

500

The default desktop environment in Red Hat Enterprise Linux

What is GNOME?

M
e
n
u