Shared Flashcard Set

Details

Unit3-bp
Linux+ Certification
11
Computer Science
Professional
02/20/2012

Additional Computer Science Flashcards

 


 

Cards

Term
What is FHS?
Definition
Filesystem Hierarchy Standard - specifies a common set of directories, with specific names and purposes.
Term
The _____ and _____ commands are used to save and recall paths.
Definition
pushd and popd
Term
Rename or move a directory using the ____ command.
Definition
mv (move)
Term
Create a directory using the ____ command.
Definition
mkdir (make directory)
Term
Delete an empty directory using the ____ command.
Definition
rmdir (remove directory)
Term
Use the _____ command to create an empty file or update an existing files last-update metadata.
Definition
touch
Term
Use the ____ command to specify text written to a new file.
Definition
tee
Term
The -_ option to the tee command appends the file rather than replacing it.
Definition
-a
Term
Using the -_ option to the mv, cp, or rm command uses interactive mode and prompts you to confirm each operation.
Definition
-i
Term
Using the -_ option to the mv, cp, or rm command forces the command.
Definition
-f
Term
* ? [] are standard Linux ________.
Definition
wildcards
Supporting users have an ad free experience!