Shared Flashcard Set

Details

Unit3-bp (Exam 2)
Linux+ Certification
6
Computer Science
Professional
02/23/2012

Additional Computer Science Flashcards

 


 

Cards

Term
When using the find command the -name option searches for file names, what options searches for modified, accessed and file status times?
Definition
-atime accessed time
-mtime modified time
-ctime file status time (permissions, ownership, etc...)
Term
The which command will locate and executable file using what variable?
Definition
PATH ($PATH)
Term
The ______ command will take into account file permissions when searching for a file and doesn't display files you don't have permissions to access.
Definition
slocate
Term
The _____ command will locate executable files, but also display file source code and man pages.
Definition
whereis
Term
What is the following command doing?
find /etc -type d -name *.d
Definition
searching for all directories in the /etc directory ending in .d
Term
Use the ______ command in conjunction with the find command to reformat the outputs of one command to become arguments for another command.
Definition
xargs
Supporting users have an ad free experience!