单选题Which of the following commands will display what space is used in /tmp filesystem?()Adf -Ik /tmpBdf -fk /tmpCdf -Uk /tmpDdf -Fk /tmp

单选题
Which of the following commands will display what space is used in /tmp filesystem?()
A

df -Ik /tmp

B

df -fk /tmp

C

df -Uk /tmp

D

df -Fk /tmp


参考解析

解析: 暂无解析

相关考题:

Given:Which code fragment, inserted at line 23, allows the code to compile?() A.df = new DateFormat();B.df = Date.getFormat();C.df = date.getFormat();D.df = DateFormat.getFormat();E.df = DateFormat.getInstance();

Howcanpermissionsbesetupon/tmpsothatausercannotdeleteanotheruser’sfiles?() A.chmod+s/tmpB.chmod775/tmpC.chmod1777/tmpD.chmod4755/tmp

用以下的哪个命令可以把server的/tmp mount 到 client的/mnt/tmp 并且是( )A.mount -o ro server:/tmp /mnt/tmpB.mount -o ro /mnt/tmp server:/tmpC .mount -o ro client:/mnt/tmp server:/tmpD.mount -o ro server:/tmp client:/mnt/tmp

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

Which of the following commands will display, in MB, the total, used, and free blocks of the currently mounted filesystems?() A. df -mB. du -mC. df -vmD. du -vm

Which of the following commands will display what space is used in /tmp filesystem?() A. df -Ik /tmpB. df -fk /tmpC. df -Uk /tmpD. df -Fk /tmp

复方新诺明片是A.SMZ+TMPB.SMD+TMPC.SD+TMPD.SIZ+TMP

复方新诺明指的是()A、SMZ+TMPB、SD+TMPC、SIZ+TMPD、SMD+TMPE、SML+TMP

Which of the following conclusions is most appropriate to draw to describe why du shows fewer blocks used than df?()A、 The df command only counts the number of disk blocks and superblocks. B、 The df command ignores space used for inodes, gnodes, and vnodes.C、 The du command does not take into account filesystem metadata. D、 The du command counts indirect blocks and superblocks in its calculations.

An application writes to a log file in the /logs filesystem that is full. After the log file is deleted, 'df' still shows the filesystem as 100% full. What is the likely cause of the problem and what will resolve it?()A、The deleted file is still open by the application.The system must be rebooted before'df' will show the reduction in the filesystem.B、The deleted file is still open by the application.The application must be stoppedbefore 'df' will show the reduction in the filesystem.C、The filesystem is still marked as full in the /etc/fs.status file.The system must be rebooted before 'df' will show the reduction in the filesystem.D、The filesystem is still marked as full in the /etc/fs.status file.The application must be stopped before 'df' will show the reduction in the filesystem.

How can permissions be set up on /tmp so that one user in a group cannot delete another user’s files in that same group()A、chmod +s /tmpB、chmod 755 /tmpC、chmod 1777 /tmpD、chmod 4755 /tmp

How can permissions be set up on /tmp so that a user cannot delete another user’s files?()A、chmod +s /tmpB、chmod 775 /tmpC、chmod 1777 /tmpD、chmod 4755 /tmp

在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

程序图中1DF,2DF、3DF、DFI、DF2、DF3、DF4、DF5、DF7、DF8及DF9等符号的含义是什么?

An application writes to a log file in the /logs filesystem that is full. After the log file is deleted,‘df’ still shows the filesystem as 100% full.  What is the likely cause of the problem and what will resolve it?()A、The deleted file is still open by the application. The system must be rebooted before ‘df’ will show the reduction in the filesystem.B、The deleted file is still open by the application. The application must be stopped before ‘df’ will show the reduction in the filesystem.C、The filesystem is still marked as full in the /etc/fs.status file. The system must be rebooted before ‘df’ will show the reduction in the filesystem.D、The filesystem is still marked as full in the /etc/fs.status file. The application must be stopped before ‘df’ will show the reduction in the filesystem.

A system administrator thinks that a filesystem may be full and that is what caused the machine to crash. Which command will show the administrator if they are correct?()A、 du B、 df C、 fsck D、 ncheck

Which of the following commands will display, in MB, the total, used, and free blocks of the currently mounted filesystems?()A、df -mB、du -mC、df -vmD、du -vm

While attempting to expand a file system, an administrator receives an error message indicating that the filesystem is not recognized. Running the 'lsfs' command fails to display any output, but the 'df' command is working and displays normal filesystems. What is the likely cause of the problem?()A、The /etc/filesystems file is missing.B、The /dev/hd8 logical volume is corrupt.C、The hosting volume group is not varied on.D、The /var and /tmp filesystems may be full.

Which of the following tools should be used to display the location of unused physical partitions on a disk drive?()A、 df -kB、 lspsC、 lslv -pD、 fileplace

Which of the following commands will display what space is used in /tmp filesystem?()A、df -Ik /tmpB、df -fk /tmpC、df -Uk /tmpD、df -Fk /tmp

14. DateFormat df;  15. Date date = new Date();  16. //insert code here  17. String s = df.format( date);  Which two,inserted independently at line 16, allow the code to compile?()A、 df= new DateFormat();B、 df= Date.getFormatter();C、 df= date.getFormatter();D、 df= date.getDateFormatter();E、df = DateFormat.getDateInstance();F、 df= DateFormat.getInstance();

单选题A system administrator thinks that a filesystem may be full and that is what caused the machine to crash. Which command will show the administrator if they are correct?()A du B df C fsck D ncheck

单选题While attempting to expand a file system, an administrator receives an error message indicating that the filesystem is not recognized. Running the 'lsfs' command fails to display any output, but the 'df' command is working and displays normal filesystems. What is the likely cause of the problem?()AThe /etc/filesystems file is missing.BThe /dev/hd8 logical volume is corrupt.CThe hosting volume group is not varied on.DThe /var and /tmp filesystems may be full.

单选题An application writes to a log file in the /logs filesystem that is full. After the log file is deleted, 'df' still shows the filesystem as 100% full. What is the likely cause of the problem and what will resolve it?()AThe deleted file is still open by the application.The system must be rebooted before'df' will show the reduction in the filesystem.BThe deleted file is still open by the application.The application must be stoppedbefore 'df' will show the reduction in the filesystem.CThe filesystem is still marked as full in the /etc/fs.status file.The system must be rebooted before 'df' will show the reduction in the filesystem.DThe filesystem is still marked as full in the /etc/fs.status file.The application must be stopped before 'df' will show the reduction in the filesystem.

单选题Which of the following conclusions is most appropriate to draw to describe why du shows fewer blocks used than df?()A The df command only counts the number of disk blocks and superblocks. B The df command ignores space used for inodes, gnodes, and vnodes.C The du command does not take into account filesystem metadata. D The du command counts indirect blocks and superblocks in its calculations.

单选题Which of the following keys are used to access advanced Windows start up options while a computer is booting?()AF8BF6CF5DF2

单选题Which of the following commands will display what space is used in /tmp filesystem?()Adf -Ik /tmpBdf -fk /tmpCdf -Uk /tmpDdf -Fk /tmp

单选题Which of the following tools should be used to display the location of unused physical partitions on a disk drive?()A df -kB lspsC lslv -pD fileplace