linux系统中,在/tmp存在一文件file,想更新文件的时间目录为当前的时间的命令是()。
A、mkdir /tmp/file
B、touch /tmp/file
C、mv /tmp/file
D、rm /tmp/file
A、mkdir /tmp/file
B、touch /tmp/file
C、mv /tmp/file
D、rm /tmp/file
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
A、at -f /tmp/test.sh 17:30 09/30/2008 B、at -f /tmp/test.sh 5:30pm 09/30/2008 C、at -f /tmp/test.sh now +5 minutes D、at -f /tmp/test.sh +5 minutes
A、rm -rf /tmp/test B、rmdir /tmp/test C、rm -r /tmp/test D、rm -r -f /tmp/test E、rm -f /tmp/test
A、cp -R /tmp/test /tmp/test1 B、cp -r /tmp/test /tmp/test1 C、cp -R /tmp/test/. /tmp/test1 D、cp /tmp/test /tmp/test1
A、at /tmp/task.sh 10:00 08/10/05 B、at –f /tmp/task.sh 10:00 08/10/05 C、at –f /tmp/task.sh 10:00pm 08/10/05 D、at /tmp/task.sh 10:00am 08/10/05