单选题The df command indicates that a filesystem is full, however, the du command indicates that not all space is allocated.  How would the system administrator isolate the discrepancy()AUse the fuser command to identify deleted but open files.BUse the ipcs command to view orphan shared memory segments.CUse the defrag command to determine if the filesystem is fragmented.DUse the topas command to identify processes using the most system resources.

单选题
The df command indicates that a filesystem is full, however, the du command indicates that not all space is allocated.  How would the system administrator isolate the discrepancy()
A

Use the fuser command to identify deleted but open files.

B

Use the ipcs command to view orphan shared memory segments.

C

Use the defrag command to determine if the filesystem is fragmented.

D

Use the topas command to identify processes using the most system resources.


参考解析

解析: 暂无解析

相关考题:

Evaluate the following command and its output:Which two statements correctly interpret the output?() A. FREE_SPACE indicates only the space that is currently unallocated.B. ALLOCATED_SPACE indicates only the space currently allocated and in use.C. FREE_SPACE indicates only the space that is currently allocated and available for reuse.D. ALLOCATED_SPACE indicates both the space currently allocated and used, and the space that is available for reuse.E. FREE_SPACE indicates both the space that is currently allocated and available for reuse, and the space that is currently unallocated.

An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficientspace in the /usr filesystem. Review of the root volume group indicates there are no available physical partitions, but the /test jfs2 filesystem is only 8% used.What is the most efficient method to use the available space in the /test filesystem to apply theupdate?()A.Use chfs to reduce the /test filesystemB.Use cplv to copy the /test filesystem to a smaller logical volumeC.Use migratepv l to move the /test filesystem to a different volume groupD.Backup the /test filesystem, remove it, and recreate it with a smaller size

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 administrator has added a new device to a system and wants to determine if it has been correctly added to the ODM database. Which command would the system administrator use?()A、odmgetB、odmaddC、odmshowD、odmcreate

A system administrator wants to give full read/write/excute access to the owner and group of the /stuff directory and all subdirectories and files, but only allow read/execute for others. What command would the administrator use?()A、chmod -R 775 /stuffB、chmod -h 002 /stuffC、chmod -R 577 /stuffD、chmod ug+rwx,o+rx /stuff

Which command (without options) would you use to display how much space is available on all mounted partitions?()

A staff member reports that they cannot access the shared folder on the network; however, other staff members are reporting that they can access the shared folder. Which of the following is the BEST way to identify the problem?()A、The administrator should monitor all traffic between the staff member and the server.B、The administrator should reconfigure the RAID configuration to allow more space.C、The administrator should map a drive using the net use command.D、The administrator should allow the staff member to use a USB drive.

After a successful recovery, the system administrator wishes to remove the fileset bos.net.tcp.server and all dependent software. After running an lslpp command, it is verified that the fileset is in the BROKEN state. What is the correct method for deinstallation?()A、Use installp -u command with -g to remove the fileset and all dependent software.B、Use installp -c command to commit fileset; use installp command with -g to remove the fileset and all dependent software.C、Use installp -C command to perform cleanup of fileset; use install command with -g to remove the fileset and all dependent software.D、Use installp -a command to apply fileset; use installp command with -g to remove the fileset and all dependent software.

The df command indicates that a filesystem is full, however, the du command indicates that not all space is allocated.  How would the system administrator isolate the discrepancy()A、Use the fuser command to identify deleted but open files.B、Use the ipcs command to view orphan shared memory segments.C、Use the defrag command to determine if the filesystem is fragmented.D、Use the topas command to identify processes using the most system resources.

A system administrator used the savevg command to back up the testvg each night. There is now a requirement to exclude the /test/static filesystem from the backup. How can this be accomplished?()A、Use the -X flag on the savevg commandB、Put an entry in the /etc/exclude.testvg fileC、Remove the /test/static entries from the /vgdata/testvg.data fileD、Use the touch command to create /test/static/.exclude before using savevg

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

A system administrator created a /etc/exports file on server "Alpha" and entered a filesystem to be exported to server "Bravo." However, the remote servers are unable to mount the filesystems. What does the system administrator need to do?()A、Use the exportfs command on server "Alpha" to export the filesystemB、Use the showmount command on server "Bravo" to import the filesystemC、Use the startsrc command on server "Bravo" to refresh the NFS daemonsD、Use the chfs command on server "Alpha" to change the filesystem type to NFS

A system administrator is unable to unmount a file system. Which is the appropriate command to determine who or what is accessing the file system?()A、who /filesystemB、lsfs /filesystemC、fuser /filesystemD、umount -f /filesystem

An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficient space in the /usr filesystem. Review of the root volume group indicates there are no available physical partitions, but the /test jfs2 filesystem is only 8% used.  What is the most efficient method to use the available space in the /test filesystem to apply the update?()A、Use chfs to reduce the /test filesystemB、Use cplv to copy the /test filesystem to a smaller logical volumeC、Use migratepv l to move the /test filesystem to a different volume groupD、Backup the /test filesystem, remove it, and recreate it with a smaller size

How would the system administrator turn on Dynamic Processor Deallocation?()A、Use the diag menu to set dynamic deallocation to ’on’B、Use the chdev command to enable the ’cpuguard’ attribute of sys0C、Use the cfgmgr command to change the ’monitor’ attribute of proc0D、Use the smitty command with the fast path dynamic_processor_deallocation to turn it on

An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficientspace in the /usr filesystem. Review of the root volume group indicates there are no available physical partitions, but the /test jfs2 filesystem is only 8% used. What is the most efficient method to use the available space in the /test filesystem to apply theupdate?()A、Use chfs to reduce the /test filesystemB、Use cplv to copy the /test filesystem to a smaller logical volumeC、Use migratepv l to move the /test filesystem to a different volume groupD、Backup the /test filesystem, remove it, and recreate it with a smaller size

单选题Following a system boot, the display indicates that previously detected hardware is missing. What command should be used to identify the missing hardware?()AdiagBlscfgCcfgmgrDlsattr

多选题Evaluate the following command and its output: Which two statements correctly interpret the output?()AFREE_SPACE indicates only the space that is currently unallocated.BALLOCATED_SPACE indicates only the space currently allocated and in use.CFREE_SPACE indicates only the space that is currently allocated and available for reuse.DALLOCATED_SPACE indicates both the space currently allocated and used, and the space that is available for reuse.EFREE_SPACE indicates both the space that is currently allocated and available for reuse, and the space that is currently unallocated.

单选题Which command would an administrator use to add startup scripts to the system startup process?()AchitabBvi /etc/inittabCvi /sbin/rc.bootDmkitab

单选题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

单选题A system administrator created a /etc/exports file on server "Alpha" and entered a filesystem to be exported to server "Bravo." However, the remote servers are unable to mount the filesystems. What does the system administrator need to do?()AUse the exportfs command on server Alpha to export the filesystemBUse the showmount command on server Bravo to import the filesystemCUse the startsrc command on server Bravo to refresh the NFS daemonsDUse the chfs command on server Alpha to change the filesystem type to NFS

单选题A staff member reports that they cannot access the shared folder on the network; however, other staff members are reporting that they can access the shared folder. Which of the following is the BEST way to identify the problem?()AThe administrator should monitor all traffic between the staff member and the server.BThe administrator should reconfigure the RAID configuration to allow more space.CThe administrator should map a drive using the net use command.DThe administrator should allow the staff member to use a USB drive.

单选题A system administrator wants to give full read/write/excute access to the owner and group of the /stuff directory and all subdirectories and files, but only allow read/execute for others. What command would the administrator use?()Achmod -R 775 /stuffBchmod -h 002 /stuffCchmod -R 577 /stuffDchmod ug+rwx,o+rx /stuff

单选题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 command (without options) would you use to display how much space is available on all mounted partitions?()

单选题The df command indicates that a filesystem is full, however, the du command indicates that not all space is allocated.  How would the system administrator isolate the discrepancy()AUse the fuser command to identify deleted but open files.BUse the ipcs command to view orphan shared memory segments.CUse the defrag command to determine if the filesystem is fragmented.DUse the topas command to identify processes using the most system resources.

单选题After a successful recovery, the system administrator wishes to remove the fileset bos.net.tcp.server and all dependent software. After running an lslpp command, it is verified that the fileset is in the BROKEN state. What is the correct method for deinstallation?()AUse installp -u command with -g to remove the fileset and all dependent software.BUse installp -c command to commit fileset; use installp command with -g to remove the fileset and all dependent software.CUse installp -C command to perform cleanup of fileset; use install command with -g to remove the fileset and all dependent software.DUse installp -a command to apply fileset; use installp command with -g to remove the fileset and all dependent software.

单选题An administrator has added a new device to a system and wants to determine if it has been correctly added to the ODM database. Which command would the system administrator use?()AodmgetBodmaddCodmshowDodmcreate