Question: Directions For this assignment, you will run several Linux commands and explain what each does and what it shows on your screen. Be sure to

Directions
For this assignment, you will run several Linux commands and explain what each does and what it shows on your screen. Be sure to answer the questions listed for each of the commands.
NOTE - be sure to check the name of YOUR primary directory and SUBSTITUTE it in place of nvme0n1p1 in your commands.
Problem Statement
Bring up your Linux virtual machine and log in
Type the command df -Th and answer the following questions
What does this command do? What does the -T parameter do? What does the -h parameter do?What is the mounting point of your primary drive, and how do you know it is your primary drive?How much space is used and available on your primary drive? What file system does it use?What is the tmpfs file system, and how is it used?
Type the command du -h /etc/yum* and answer the following questions
What does this command do? What does the -h parameter do?How much space is used by the /etc/yum directory?
Type the command fsck -N /dev/nvme0n1p1 and answer the following questions
What does this command do? What does the -N parameter do?When would you typically run this command?
Type the command sudo parted /dev/nvme0n1p1 'print' and answer the following questions.
What does this command do? What does the print parameter do?Why would you need to run this command?
Type the command lsblk -f and answer the following questions
What does this command do? What does the -f parameter do?Why would you need to run this command?
Type the command mount | grep "^/dev" and answer the following questions
What does the mount command do when there are no parameters?What is the command telling you about the attributes of the drive mounted at the /dev/ directory?
Type the command sudo file -sL /dev/nvme0n1p1 and answer the following questions.
What does this command do? What does the -s parameter do? What does the -L parameter do?Why would you need to run this command?
Requirements
Create a Microsoft Word document to describe what you found out about the commands
Include the screenshots of the execution of the commands

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!