nerdexam
IBM

C1000-156 · Question #42

You are using the command line interface (CLI) and need to fix a storage issue. What command do you use to verify disk usage levels?

The correct answer is A. df -h. To verify disk usage levels in a Linux environment, the df -h command is used. This command provides an overview of the disk space usage, displaying the available and used space in a human- readable format. Open the terminal or CLI on the system. Type df -h and press Enter…

Troubleshooting and Maintenance

Question

You are using the command line interface (CLI) and need to fix a storage issue. What command do you use to verify disk usage levels?

Options

  • Adf -h
  • BIs -laF
  • Clsof -h
  • Ddu -h

How the community answered

(14 responses)
  • A
    93% (13)
  • C
    7% (1)

Explanation

To verify disk usage levels in a Linux environment, the df -h command is used. This command provides an overview of the disk space usage, displaying the available and used space in a human- readable format. Open the terminal or CLI on the system. Type df -h and press Enter. Review the output, which will show the filesystem, size, used space, available space, and usage percentage for all mounted filesystems.

Topics

#disk usage#CLI commands#storage troubleshooting#df command

Community Discussion

No community discussion yet for this question.

Full C1000-156 Practice