网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
In which file created by a mksysb would an administrator find filesystem and logical volume information?()
A./fs.data
B./image.data
C./bosinst.data
D./install.data
参考答案
更多 “ In which file created by a mksysb would an administrator find filesystem and logical volume information?() A./fs.dataB./image.dataC./bosinst.dataD./install.data ” 相关考题
考题
假设文件file处于当前目录下某个子目录中,下列哪个命令可以得到其具体路径名:()
A.find.-namefile-printB.FIND.-namefile-printC.find-namefile-print
考题
逻辑函数TRUE的表达式为()。
A、TRUE(logical_test,value_if_true,value_if_false)B、TRUE()C、TRUE(logical1,logical2,…)D、TRUE(logical)
考题
TheadministratorwantstobackuptheexistingVIOserversoftwareanditscurrentconfigurationbeforeapplyinganupdate.WhatcommandwilltheadministratorusetobackuptheVIOserversoftwaresothatthebackupcanberestoredfromaNetworkInstallationManager(NIM)serveroraHardwareManagementConsole(HMC)?()A.mksysb-tvio/mountpointB.backupios-file/mountpointC.mksysb-i/mountpoint/vio.mksysbD.backupios-mksysb-file/mountpoint/vio.mksysb
考题
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件A.ls -l ~/file[2-5]*B.find ~ -name "file[2-5]*" -exec ls -l {} ;C.find ~ -name "file[2-5]*"D.ls -a ~/file[2-5]*E.ls -l ~/file[2-5]F.find ~ -name "file[2-5]?"
考题
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件A.ls -l ~/file[2-5]*B.find ~ -name "file[2-5]*"C.ls -a ~/file[2-5]*D.find ~ -name "file[2-5]?"
考题
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件,下面哪种做法是正确的?A.ls -l ~/file[2-5]*B.find ~ -name "file[2-5]*" -exec ls -l {} ;C.find ~ -name "file[2-5]*"D.ls -a ~/file[2-5]*E.ls -l ~/file[2-5]F.find ~ -name "file[2-5]?"
考题
C++17中,构造路径对象正确的代码是A.namespace fs=std:filesystem; fs::path b{"C:/Users"}; b = b / "cyd";B.std::filesystem::path r{"C:Windows"}; r.append("System32");C.std::filesystem::path r{"C:Windows"}; r += "System32";D.std::filesystem::path p{"/home"}; r += "cyd";E.using fs=std:filesystem; fs::path p {"/home"}; p /= "cyd";
考题
将/tmp目录下名字以file字样打头,紧跟一个除0-9之间的数字之外的任意字符,以.txt结尾的所有文件打包为一个叫做file.tar 的文件,下面哪些命令是正确的?A.tar -cf file.tar /tmp/file[!0-9].txtB.find /tmp -name "file[!0-9].txt" -exec tar -uf ./file.tar {} ;C.find /tmp -name "file[!0-9].txt" -exec tar -cf ./file.tar {} ;D.tar -czf file.tar /tmp/file[!0-9].txt
热门标签
最新试卷