79.6k views
3 votes
Describe two commonly used native Linux troubleshooting commands. For example, the "ls" command can be used by itself or with additional options such as "ls -I" that will list directories or files types, size, and other pertinent information. Identify a troubleshooting issue for which each command might be appropriately applied and why should these be applied.

1 Answer

2 votes

Answer:

Check the explanation

Step-by-step explanation:

The dfcommand is one of the most commonly used commands for reporting on disk space usage. With the -h option, the df command displays the measurements in the most "human-friendly" format and that is, in fact, what the “h” is meant to imply.The

fdiskcommand reports more details on disk partitions and uses very different numbers. You can also use fdisk to create or delete partitions, list unpartitioned space, change a partition type, or verify the partition table

User Olafure
by
5.6k points