Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 1 Understanding the file system Unix/Linux uses a tree hierarchical structure to keep files in the system. At the top of the tree is

Task 1 Understanding the file system

Unix/Linux uses a tree hierarchical structure to keep files in the system. At the top of the tree is a single directory called root. The root directory is where all other files and directories in the file system stem from. The symbol for the root directory is the forward slash (/). You use this symbol when accessing the root, or top-level, directory.

  1. Start your VirtualBox then run LinixMint. Log on with your username and password. Open a terminal window. Then, take a screenshot of this.

  1. At the prompt, type the command that provide you with your current location in the file system (the current location is also known as your working directory). Record the name of the directory in the space provided.

  1. At the prompt, type the command that creates a subdirectory of your current directory name Sales. Confirm that the subdirectory has been created. Take a screenshot as evidence.

  1. Type the command that changes your current location in the file system to the Sales subdirectory. Confirm that you are now located in the new Sales subdirectory. Take a screenshot as evidence.

  1. Create a new file named Sales.date in the Sales subdirectory by directing the output of the date utility to the file. Verify that the Sales.date file exists in the subdirectory. Append the Sales.date file with the 2020 calendar. Take a screenshot as evidence.

  1. Change your current location back to your home directory. Verify that the change occurred. Log off the computer. Take a screenshot as evidence

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 19c DBA By Examples Installation And Administration

Authors: Ravinder Gupta

1st Edition

B09FC7TQJ6, 979-8469226970

More Books

Students also viewed these Databases questions

Question

Give a scenario where the partitions rule applies. LO5

Answered: 1 week ago