Chapter 18 Flashcards
What does the acronym PID stand for? Chapter 18 P. 882
Process Identification
What command is used to stop Processes? Chapter 18 P.882
Kill
What concept is known as the directory that all file and directory commands operate? Chapter 18 P. 883
Current Directory
T or F. In the terminal, you can change directory no matter where you are? P. 883 Chapter 18
True
In Linux ______ is used in place of DIR. P.884 Chapter 18
LS
Before a user can open and read the contents of a directory, The must have what? P. 884 Chapter 18
Execute permissions
What option must you use to see files starting with a ( . ), when using the LS command? P. 884 Chapter 18
-a
What command would you use to change the permission settings of a file or directory? P.885 Chapter 18
Chmod
You can log in as root and create the CUPS with this command. P. 885 Chapter 18
MKDIR CUPS
What is the command that is used to change ownership? P. 886 Chapter 18
Chown
To move files to another directory, what command is used? P.886 Chapter 18
Mv
To copy files to another directory, what command is used? P. 886 Chapter 18
Cp
To delete, what command is used? P.886 Chapter 18
Rm
What command and option do you use to delete an empty directory? P. 887 Chapter 18
Rmdir –p
What is used in place of ipconfig? P.887 Chapter 18
Ifconfig