Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Q1) Suppose the following Scenario is in your system. Answer the below home usr

ID: 3752699 • Letter: Q

Question

Q1) Suppose the following Scenario is in your system. Answer the below home usr share skins quroot Downloads doc fonts mplayer a) From your HOME directory, navigate to doc directory using a relative path. b) If you type cd , what will be the output of pwd? c) Locate all hidden files in the /directory Suppose you have the program file test.cpp in your i UMb directory. Display all command input statements used in the program. d) e) List all items in directory Downloads whose second letter is r and ends with numeric.

Explanation / Answer

1)

cd /usr/share/doc

2)

it will navigate to root directory

3) ls -a

4)

go to downloads directory and then

ls . | grep [0-9]

ls . | grep '^.d'