在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。
A: find/home-nametest*
B: find-nametest*/home
C: findtest*/home
D: find-ntest*/home
A: find/home-nametest*
B: find-nametest*/home
C: findtest*/home
D: find-ntest*/home
举一反三
- 在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。 A: Afind /home -name test* B: Bfind -name test* /home C: Cfind test* /home D: Dfind -n test* /home
- 在linux 系统中,你想要搜索/home 下的所有的目录文件,下面哪个命令是正确的? A: find /home -type d B: find -type d /home C: find -name d /home D: find -name l /home
- 以下哪条命令搜索用户的.bash_history文件以确定该用户是否使用过sudo命令? 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
- find /home -atime -2的功能是在/home下查找最近2天之内被改动过的文件
- 将当前目录下的文件shell.sh移动到目录/home/linux下的命令为()。 A: cp shell.sh /home/linux B: mv shell.sh /home/linux C: lls shell.sh / home/linux/shell.sh D: mv /root/shell.sh /home/linux/shell.sh