A. find -r /etc -name main.conf B. find / -name main.conf C. find /etc -maxdepth -name main.conf D. find /etc -name main.conf E. find main.conf /etc
A. which B. whereis C. locate D. find E. type
A. find ./ -name "2014" B. find ./ -type d -name "2014" C. find / -type d "2014" D. find ./ -type d -name "2014*"
A. find /home -name "bash_history" | grep sudo B. find /home -name ".bash_history" | xargs grep sudo C. find /home/.bash_history | xargs grep sudo D. find /home -type history | xargs grep sudo
A. find ./ -type f -mtime -1 B. find ./ -type f -mtime -24 C. find ./ -type f -mtime +1 D. find ./ type -f time 24 E. find ./ -type F. -mtime 1
A. whatis B. find C. whereis D. ls
A. locate "DB*" B. find ./ -name "DB*" C. whereis "DB*" D. find "DB*"
A. -S B. -H C. -P D. -L
A. find / -name Michael B. find / -user Michael C. find / -mmin 1440 D. find ~ -user Michael E. find / -nouser
A. -inode B. -type C. -in D. -inum