Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

At the command prompt, type cd and press Enter. At the command prompt, type pwd and press Enter. What is your current working directory? At

At the command prompt, type cd and press Enter. At the command prompt, type pwd and press Enter. What is your current working directory? At the command prompt, type ls and press Enter.
10
At the command prompt, type ls /etc and press Enter. How does this output compare with what you saw in Step 9? Has your current directory changed? Verify your answer by typing pwd at the command prompt and press Enter. Notice that you were able to list the contents of another directory by giving the absolute name of it as an argument to the ls command without leaving the directory in which you are currently located.
11
At the command prompt, type ls /etc/skel and press Enter. Did you see a listing of any files? At the command prompt, type ls -a /etc/skel and press Enter. What is special about these files? What do the first two entries in the list (. and ..) represent?
12
At the command prompt, type ls -aF /etc/skel and press Enter. Which file types are available in the /etc/skel directory?
13
At the command prompt, type ls -F /bin/* and press Enter. What file types are present in the /bin directory?

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

Database Development For Dummies

Authors: Allen G. Taylor

1st Edition

978-0764507526

More Books

Students also viewed these Databases questions