在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。
第1题:
在linux系统中,删除/tmp/test目录及其子目录,用到的参数是()。
第2题:
在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。
第3题:
在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。
第4题:
在linux系统中,要建立cron任务,要求每年2月1日、8月1日的中午11点运行/tmp/test.sh文件,应在crontab文件中输入()。
第5题:
在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。
第6题:
下面哪个语句可以用来测试/tmp目录()。
第7题:
rm -rf /tmp/test
rmdir /tmp/test
rm -r /tmp/test
rm -r -f /tmp/test
rm -f /tmp/test
第8题:
mv /tmp/test/oldfile newfile
mv /tmp/test/oldfile /tmp/test/newfile
mv oldfile /tmp/test/
mv oldfile newfile
第9题:
cp -R /tmp/test /tmp/test1
cp -r /tmp/test /tmp/test1
cp -R /tmp/test/. /tmp/test1
cp /tmp/test /tmp/test1
第10题:
0 11 1 2 8 /tmp/test.sh
0 11 1 2 8 * /tmp/test.sh
0 11 1 2,8 /tmp/test.sh
0 11 1 2,8 * /tmp/test.sh
第11题:
at -f /tmp/test.sh 17:30 09/30/2008
at -f /tmp/test.sh 5:30pm 09/30/2008
at -f /tmp/test.sh now +5 minutes
at -f /tmp/test.sh +5 minutes
第12题:
cp -l /tmp/test/file /tmp
cp -s /tmp/test/file /tmp
cp -r /tmp/test/file /tmp
cp /tmp/test/file /tmp
cp /tmp/test/file /tmp/file
第13题:
在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。
第14题:
在linux系统中,删除/tmp/test目录及其子目录,并且不用确认,以下正确的命令是()。
第15题:
在linux系统中,要为用户jenny建立cron任务,要求五月到九月这五个月每周日晚11:59运行/tmp/test.sh文件,应在crontab文件中输入()。
第16题:
In a test database, you issue the SELECT … INTO OUTFILE statement to create a file with your t1 table data. You then TRUNCATE this table to empty it.() Mysql> SELECT * INTO OUTFILE '/tmp/t1.sql' from t1; mysql> TRUNCATE t1;
第17题:
在linux系统中,指定在今天下午 5:30 执行/tmp/test.sh文件,假设现在时间是 2008年9月30日中午12:30,下面()命令是错误的。
第18题:
在Unix系统中如何将tmp目录改名为当前目录中的temp目录()。
第19题:
mv /tmp/test/oldfile newfile
mv /tmp/test/oldfile /tmp/test/newfile
mv oldfile newfile
mv oldfile /tmp/test/newfile
mv oldfile /tmp/test/
第20题:
tar -czvf test1 test2 test.gz
tar -czvf test.gz test1 test2
tar test.gz test1 test2
tar test1 test2 test.gz
第21题:
59 11 * 5,6,7,8,9 0 /tmp/test.sh
59 11 * 5-9 0 /tmp/test.sh
59 11 * 5,6,7,8,9 7 /tmp/test.sh
59 11 * 5-9 7 /tmp/test.sh
59 11 * */5 /tmp/test.sh
第22题:
–f
–r
–i
–p
第23题:
gzip -v /tmp/test6
gzip /tmp/test6
gzip -r /tmp/test6
tar -czvfr /tmp/test6