关于临时文件不正确的是()A.可通过tmp nam()创建B.也可通过tmp file()创建C.程序结束时或关闭文件时自动删除D.调用tmp name次数有限制

关于临时文件不正确的是()

A.可通过tmp nam()创建

B.也可通过tmp file()创建

C.程序结束时或关闭文件时自动删除

D.调用tmp name次数有限制


相关考题:

类的析构函数是在什么时候调用的?A.类创建时B.创建对象时C.删除对象时D.不自动调用

类的析构函数是在 ______ 调用的A.类创建时B.创建对象时C.删除对象时D.不自动调用

PHP的文件上传函数move_uploads_file包括哪些属性?() A.nameB.typeC.sizeD.tmp_name

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?() A.All three files will contain the updates and will remain available.B.All three files will be deleted and no changes will be made to /tmp/file2.C.Only /tmp/file2 will contain the updates, but /tmp/file3 will remain available.D.Both /tmp/file2 and /tmp/file3 will contain the updates and will remain available.

如果需要删除当前文件夹中所有后缀名为TMP的文件,应该如何输入指令( )A.DELTREE?.TMPB.DELTREE*.TMPC.DEL?.TMPD.DEL*.TMP

将考生文件夹下CHU文件夹中的文件JtANG.TMP删除。

TMP与SMZ联合用药的机制是A.增加SMZ吸收B.增加TMP吸收C.减慢SMZ的消除D.发挥协同抗菌作用E.减慢TMP的消除

在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。A、gzip -v /tmp/test6B、gzip /tmp/test6C、gzip -r /tmp/test6D、tar -czvfr /tmp/test6

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

在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。A、mv /tmp/test/oldfile newfileB、mv /tmp/test/oldfile /tmp/test/newfileC、mv oldfile newfileD、mv oldfile /tmp/test/newfileE、mv oldfile /tmp/test/

关于临时文件不正确的是()。A、可通过tmpnam()创建B、也可通过tmpfile()创建C、程序结束时或关闭文件时自动删除D、调用tmpname次数有限制

如何删除一个非空子目录/tmp()。A、del/tmp/*B、rm-rf/tmpC、rm-Ra/tmp/*D、rm–rf/tmp/*

linux系统,把当前日期标准输出和标准出错信息重定向到/tmp/date文件中,下面正确的操作是()。A、date/tmp/dateB、date/tmp/dateC、date2/tmp/dateD、date/tmp/date

在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

automount进程为用户机创建一个暂时的安装目录,当使用ls、cat或more命令操作远程文件时,automount进程为用户将远程文件系统暂时安装在该目录下,则该目录是()A、/tmpB、tmpC、/tmp-mntD、tmp-mnt

UNIX系统中删除当前目录中的tmp.log文件命令为:rm tmp.log。

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?()A、All three files will contain the updates and will remain available.B、All three files will be deleted and no changes will be made to /tmp/file2.C、Only /tmp/file2 will contain the updates, but /tmp/file3 will remain available.D、Both /tmp/file2 and /tmp/file3 will contain the updates and will remain available.

Which of the following entries should be added to the syslog.conf file to capture information to troubleshoot a problem reported with e-mail? ()A、 smpt.info /tmp/syslog.msgs B、 mail.debug /tmp/syslog.msgs C、 daemon.err /tmp/syslog.msgsD、 mail.err /tmp/syslog.msgs

zhang3用户在/tmp目录下的创建文件text.txt如果li4用户使用rm/tmp/text.txt会出现什么信息,原因是什么?想成功删除这个目录要如何操作?

你是公司的Linux服务的管理员。你使用mkdir命令创建一个临时文件夹/mnt/tmp,并将一些文件复制其中。你使用完后要删除/mnt/tmp文件夹及其中的所有文件,应该使用命令()。A、Rmdir/mnt/tmpB、Rmdir–r/mnt/tmpC、Rm/mnt/tmpD、Rm–r/mnt/tmp

单选题关于临时文件不正确的是()。A可通过tmpnam()创建B也可通过tmpfile()创建C程序结束时或关闭文件时自动删除D调用tmpname次数有限制

多选题在linux系统中,删除/tmp/test目录及其子目录,并且不用确认,以下正确的命令是()。Arm -rf /tmp/testBrmdir /tmp/testCrm -r /tmp/testDrm -r -f /tmp/testErm -f /tmp/test

判断题UNIX系统中删除当前目录中的tmp.log文件命令为:rm tmp.log。A对B错

单选题在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。Acp -R /tmp/test /tmp/test1Bcp -r /tmp/test /tmp/test1Ccp -R /tmp/test/. /tmp/test1Dcp /tmp/test /tmp/test1

问答题zhang3用户在/tmp目录下的创建文件text.txt如果li4用户使用rm/tmp/text.txt会出现什么信息,原因是什么?想成功删除这个目录要如何操作?

单选题linux系统,把当前日期重定向到/tmp/date文件中,并不想覆盖原来的内容,下面正确的操作是()。Adate/tmp/dateBdate/tmp/dateCdate 2/tmp/dateDdate /tmp/date