网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
填空题
Linux的调度启动命令有at、cron、batch,$at –f /tmp/print job 2100 12/25/04的含义为:()
参考答案
参考解析
解析:
暂无解析
更多 “填空题Linux的调度启动命令有at、cron、batch,$at –f /tmp/print job 2100 12/25/04的含义为:()” 相关考题
考题
使用什么命令可以在今天午夜运行命令cmd1()A.at midnight cmd1B.cron-at00:00cmd1C.batch-t00:00cmd1D.echocmd1|atmidnight
考题
使用什么命令可以在今天午夜运行命令cmd1()。A.atmidnightcmd1B.cron-at"00:00"cmd1C.batch-t"00:00"D.echo"cmd1"|atmidnight
考题
linux系统中,在/tmp存在一文件file,想更新文件的时间目录为当前的时间的命令是()。A、mkdir /tmp/fileB、touch /tmp/fileC、mv /tmp/fileD、rm /tmp/file
考题
在linux系统中,在/tmp下创建一个空文件file的命令是()。A、mkdir /tmp/fileB、make /tmp/fileC、touch /tmp/fileD、mv /tmp/file
考题
在()目录中()文件中可以查出MP的启动时间。A、MP/Trace;Poweron.logB、OMCHOME/tmp/mplog;poweron.logC、OMCHOME/tmp/mplog;Print.logD、MP/Trace;Print.log
考题
在linux系统中,要建立cron任务,要求每年2月1日、8月1日的中午11点运行/tmp/test.sh文件,应在crontab文件中输入()。A、0 11 1 2 8 /tmp/test.shB、0 11 1 2 8 * /tmp/test.shC、0 11 1 2,8 /tmp/test.shD、0 11 1 2,8 * /tmp/test.sh
考题
在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
考题
A System p administrator suspects they are receiving an error from one of their nightly cron jobs. The job is: 0 1 * * * /usr/local/bin/nightlycheck.pl Where should the administrator first look for errors reported by this cron job()A、/var/log/syslog.outB、var/log/cron.logC、/var/spool/cron/logsD、mail
考题
单选题A System p administrator suspects they are receiving an error from one of their nightly cron jobs. The job is: 0 1 * * * /usr/local/bin/nightlycheck.pl Where should the administrator first look for errors reported by this cron job()A
/var/log/syslog.outB
var/log/cron.logC
/var/spool/cron/logsD
mail
考题
单选题在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目录及其子目录,并且不用确认,以下正确的命令是()。Arm -rf /tmp/testBrmdir /tmp/testCrm -r /tmp/testDrm -r -f /tmp/testErm -f /tmp/test
考题
多选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。Amv /tmp/test/oldfile newfileBmv /tmp/test/oldfile /tmp/test/newfileCmv oldfile newfileDmv oldfile /tmp/test/newfileEmv oldfile /tmp/test/
考题
单选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。A
mv /tmp/test/oldfile newfileB
mv /tmp/test/oldfile /tmp/test/newfileC
mv oldfile /tmp/test/D
mv oldfile newfile
考题
单选题在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系统中,要建立cron任务,要求每年2月1日、8月1日的中午11点运行/tmp/test.sh文件,应在crontab文件中输入()。A
0 11 1 2 8 /tmp/test.shB
0 11 1 2 8 * /tmp/test.shC
0 11 1 2,8 /tmp/test.shD
0 11 1 2,8 * /tmp/test.sh
热门标签
最新试卷