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
|
|
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
|
|
Term
The _____ command will locate executable files, but also display file source code and man pages. |
|
Definition
|
|
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
|
|