TMP方式指()。
第1题:
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
第2题:
linux系统中,在/tmp存在一文件file,想更新文件的时间目录为当前的时间的命令是()。
第3题:
磺胺甲基异噁唑(SMZ)与甲氧苄啶(TMP)合用的药动学依据是()
第4题:
在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。
第5题:
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?()
第6题:
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?()
第7题:
Which command will run myscript and redirect stdout and sterr to /tmp/myoutput?()
第8题:
((-d/tmp))
[-d/tmp]
test-d/tmp
{-d/tmp}
第9题:
rm -rf /tmp/test
rmdir /tmp/test
rm -r /tmp/test
rm -r -f /tmp/test
rm -f /tmp/test
第10题:
mv /tmp/test/oldfile newfile
mv /tmp/test/oldfile /tmp/test/newfile
mv oldfile newfile
mv oldfile /tmp/test/newfile
mv oldfile /tmp/test/
第11题:
指定实验室直接利用工厂实验室检测设备实施检测方式
指定实验室直接利用实验室检测设备实施检测方式
指定实验室直接利用工厂实验室检测设备目击检测方式
指定实验室直接利用委托实验室检测设备目击检测方式
第12题:
./myscript >> /tmp/myoutput
./myscript 2>&1 /tmp/myoutput
./myscript > /tmp/myoutput 2>&1
./myscript > /tmp/myoutput &1>2
第13题:
在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。
第14题:
在linux系统中,在/tmp下创建一个空文件file的命令是()。
第15题:
复方新诺明片的组方是:()
第16题:
TMPLS 支持多种保护和恢复方式,下面哪些不是是TMPLS的保护方式()。
第17题:
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?()
第18题:
下面哪个语句可以用来测试/tmp目录()。
第19题:
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
第20题:
cp -R /tmp/test /tmp/test1
cp -r /tmp/test /tmp/test1
cp -R /tmp/test/. /tmp/test1
cp /tmp/test /tmp/test1
第21题:
del/tmp/*
rm-rf/tmp
rm-Ra/tmp/*
rm–rf/tmp/*
第22题:
mv /tmp/test/oldfile newfile
mv /tmp/test/oldfile /tmp/test/newfile
mv oldfile /tmp/test/
mv oldfile newfile
第23题:
date>/tmp/date
date>>/tmp/date
date2>>/tmp/date
date&>/tmp/date