TMP:()
第1题:
用以下的哪个命令可以把server的/tmp mount 到 client的/mnt/tmp 并且是( )
A.mount -o ro server:/tmp /mnt/tmp
B.mount -o ro /mnt/tmp server:/tmp
C .mount -o ro client:/mnt/tmp server:/tmp
D.mount -o ro server:/tmp client:/mnt/tmp
第2题:
在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。
第3题:
在linux系统中,在/tmp下创建一个空文件file的命令是()。
第4题:
复方新诺明片的组方是:()
第5题:
ZXG10-OMCR(V2.0)的目录结构中前台版本在服务器的存放位置是()。
第6题:
A user reports that they cannot cd to /tmp/application. A system administrator entered the following command: (1)ls -ld /tmp/application (2)drw-r--r-- 4 root system 512 Jan 15 14:09 application What is the most likely cause of the problem?()
第7题:
Which of the following entries should be added to the syslog.conf file to capture information to troubleshoot a problem reported with e-mail? ()
第8题:
Which command will run myscript and redirect stdout and sterr to /tmp/myoutput?()
第9题:
((-d/tmp))
[-d/tmp]
test-d/tmp
{-d/tmp}
第10题:
rm -rf /tmp/test
rmdir /tmp/test
rm -r /tmp/test
rm -r -f /tmp/test
rm -f /tmp/test
第11题:
mv /tmp/test/oldfile newfile
mv /tmp/test/oldfile /tmp/test/newfile
mv oldfile newfile
mv oldfile /tmp/test/newfile
mv oldfile /tmp/test/
第12题:
date>/tmp/date
date>>/tmp/date
date2>>/tmp/date
date&>/tmp/date
第13题:
A. myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err
B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
C. myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
D. myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err
第14题:
linux系统中,在/tmp存在一文件file,想更新文件的时间目录为当前的时间的命令是()。
第15题:
磺胺甲基异噁唑(SMZ)与甲氧苄啶(TMP)合用的药动学依据是()
第16题:
在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。
第17题:
An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()
第18题:
Files /tmp/file2 and /tmp/file3 are hard linked to /tmp/file1. What will the result be if a user makes changes to /tmp/file2 at the same time another user tries to delete /tmp/file1?()
第19题:
下面哪个语句可以用来测试/tmp目录()。
第20题:
The /tmp/application should be globally writable.
The /tmp/application directory should be executable.
The /tmp/application directory should be owned by the user.
The /tmp/application directory should have the sticky bit set
第21题:
cp -R /tmp/test /tmp/test1
cp -r /tmp/test /tmp/test1
cp -R /tmp/test/. /tmp/test1
cp /tmp/test /tmp/test1
第22题:
del/tmp/*
rm-rf/tmp
rm-Ra/tmp/*
rm–rf/tmp/*
第23题:
mv /tmp/test/oldfile newfile
mv /tmp/test/oldfile /tmp/test/newfile
mv oldfile /tmp/test/
mv oldfile newfile
第24题:
./myscript >> /tmp/myoutput
./myscript 2>&1 /tmp/myoutput
./myscript > /tmp/myoutput 2>&1
./myscript > /tmp/myoutput &1>2