网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在linux系统中,查找/tmp目录下正规文件,其权限为644的文件,下列命令中正确的是()。
- A、find /tmp -f -perm 644
- B、find -type f -perm 644 /tmp
- C、find -type f -perm 644
- D、find /tmp -type f -perm 644
参考答案
更多 “在linux系统中,查找/tmp目录下正规文件,其权限为644的文件,下列命令中正确的是()。A、find /tmp -f -perm 644B、find -type f -perm 644 /tmpC、find -type f -perm 644D、find /tmp -type f -perm 644” 相关考题
考题
假设文件file处于当前目录下某个子目录中,下列哪个命令可以得到其具体路径名:()
A.find.-namefile-printB.FIND.-namefile-printC.find-namefile-print
考题
利用命令find查找当前目录下的名称尾为.c的文件,并将结果输出到标准输出的命令是 ()A.find.-name"?.c"–printB.find.-name".c"-printC.find.-name"!*.c"–printD.find.-name"*.c"–print
考题
在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。A、gzip -v /tmp/test6B、gzip /tmp/test6C、gzip -r /tmp/test6D、tar -czvfr /tmp/test6
考题
linux系统中,在/tmp存在一文件file,想更新文件的时间目录为当前的时间的命令是()。A、mkdir /tmp/fileB、touch /tmp/fileC、mv /tmp/fileD、rm /tmp/file
考题
在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。A、find /home -name test*B、find -name test* /homeC、find test* /homeD、find -n test* /home
考题
在linux系统中,在/tmp下创建一个空文件file的命令是()。A、mkdir /tmp/fileB、make /tmp/fileC、touch /tmp/fileD、mv /tmp/file
考题
在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。A、cp -R /tmp/test /tmp/test1B、cp -r /tmp/test /tmp/test1C、cp -R /tmp/test/. /tmp/test1D、cp /tmp/test /tmp/test1
考题
在linux系统中,删除/tmp/test目录及其子目录,并且不用确认,以下正确的命令是()。A、rm -rf /tmp/testB、rmdir /tmp/testC、rm -r /tmp/testD、rm -r -f /tmp/testE、rm -f /tmp/test
考题
在linux系统中,在当前目录下查找以d开头的,并且大小在0~200个字节之间的文件,以下命令正确的是()。A、find -name 'd*' -size -0c –size +200cB、find -name 'd*' -size +0c -200cC、find -size +0c –size -200c -name 'd*'D、find -name 'd*' -size +0c –size -200cE、find -name 'd*' -size [0c-200c]
考题
在linux系统中,要增加一个在8月10日上午10:00运行的任务/tmp/task.sh,应执行的命令是()。A、at /tmp/task.sh 10:00 08/10/05B、at –f /tmp/task.sh 10:00 08/10/05C、at –f /tmp/task.sh 10:00pm 08/10/05D、at /tmp/task.sh 10:00am 08/10/05
考题
在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。A、cp -l /tmp/test/file /tmpB、cp -s /tmp/test/file /tmpC、cp -r /tmp/test/file /tmpD、cp /tmp/test/file /tmpE、cp /tmp/test/file /tmp/file
考题
在linux系统中,指定在今天下午 5:30 执行/tmp/test.sh文件,假设现在时间是 2008年9月30日中午12:30,下面()命令是错误的。A、at -f /tmp/test.sh 17:30 09/30/2008B、at -f /tmp/test.sh 5:30pm 09/30/2008C、at -f /tmp/test.sh now +5 minutesD、at -f /tmp/test.sh +5 minutes
考题
在unix系统中,列出系统中所有的suid程序,可以使用哪条命令?()A、find/-userroot-perm-4000–printB、find/-userroot–perm-2000–printC、find/-userroot–perm-7000–printD、find/-typesuid–print
考题
It has been determined that print jobs from an application are not being removed from the system after they have been printed. To remove these jobs from the /var/spool directory, which cron entry will remove files more than 7 days old?()A、 find /var/spool/lpd/qdir -mtime -7 -type f -exec rm -f {}/B、 find -name /var/spool/* -f rm {}/C、 find -name /var/spool/lpd/* -exec rm {}/D、 find /var/spool/lpd/qdir -mtime +7 -type f -exec rm -f {}/
考题
假设文件file处于当前目录下某个子目录中,下列哪个命令可以得到其具体路径名:()A、find.-namefile-printB、FIND.-namefile-printC、find-namefile-print
考题
多选题在linux系统中,删除/tmp/test目录及其子目录,并且不用确认,以下正确的命令是()。Arm -rf /tmp/testBrmdir /tmp/testCrm -r /tmp/testDrm -r -f /tmp/testErm -f /tmp/test
考题
单选题在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。A
cp -R /tmp/test /tmp/test1B
cp -r /tmp/test /tmp/test1C
cp -R /tmp/test/. /tmp/test1D
cp /tmp/test /tmp/test1
考题
单选题在linux系统中,要增加一个在8月10日上午10:00运行的任务/tmp/task.sh,应执行的命令是()。A
at /tmp/task.sh 10:00 08/10/05B
at –f /tmp/task.sh 10:00 08/10/05C
at –f /tmp/task.sh 10:00pm 08/10/05D
at /tmp/task.sh 10:00am 08/10/05
考题
单选题在linux系统中,查找/tmp目录下正规文件,其权限为644的文件,下列命令中正确的是()。A
find /tmp -f -perm 644B
find -type f -perm 644 /tmpC
find -type f -perm 644D
find /tmp -type f -perm 644
考题
单选题在linux系统中,指定在今天下午 5:30 执行/tmp/test.sh文件,假设现在时间是 2008年9月30日中午12:30,下面()命令是错误的。A
at -f /tmp/test.sh 17:30 09/30/2008B
at -f /tmp/test.sh 5:30pm 09/30/2008C
at -f /tmp/test.sh now +5 minutesD
at -f /tmp/test.sh +5 minutes
考题
单选题在linux系统中,在/tmp下创建一个空文件file的命令是()。A
mkdir /tmp/fileB
make /tmp/fileC
touch /tmp/fileD
mv /tmp/file
考题
单选题在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。A
gzip -v /tmp/test6B
gzip /tmp/test6C
gzip -r /tmp/test6D
tar -czvfr /tmp/test6
考题
单选题在Linux系统中,下面哪条命令可以找到文件系统中的具有suid/sgid标记位的文件()A
find/-typed/(-perm-4000-o-perm-2000/)–printB
find/-typef/(-perm-4000-a-perm-2000/)–printC
find/-typef/(-perm-4000-o-perm-2000/)–printD
find/-nouser-o-nogroup–print
考题
多选题在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。Acp -l /tmp/test/file /tmpBcp -s /tmp/test/file /tmpCcp -r /tmp/test/file /tmpDcp /tmp/test/file /tmpEcp /tmp/test/file /tmp/file
热门标签
最新试卷