1
1
3
4
5
100

Lists the files in your working directory.

ls


100

Changes your working directory to your home directory.

cd

100

display a line of code

echo

100

Create an empty file

touch

100

Create directory

mkdir

200

In the command cd /usr/bin, "/usr/bin" is a(n) ___ path that begins at the root file system directory.

absolute  path

200

True or False?

Find faster than locate command

False.

Locate is faster than find command.

200

Delete empty directory

rmdir

200

Absolute path

/

300
List all files in directory (including hidden)


ls -a

300
List all files in a long listing (detailed) format


ls -l

300

Remove the directory and its contents
recursively

rm -r

300

Relative path

No /

300

Forcefully remove file

rm -rf

400
Forcefully remove directory recursively


rm -rf


500

what hidden files begin with

.

500

The directory of the absolute path

Root or /

M
e
n
u