Question
Please help me with this question, they're relative i already answered the first one 11. In the ./files/rcd directory (from where you are now) are
Please help me with this question, they're relative i already answered the first one
11. In the ./files/rcd directory (from where you are now) are a number of directories such as rcX.d where the X is a single character. Come up with a command that will list the permissions of only these directories. The command should not list the contents, just the directories themselves. Tell me the command, and how many directories of this type exist.
I used ls -ld rc*.d , it listed all of the directories which are 8 directories.
12. Change directories back to your home ~ and then do the same thing as in the previous question. But this time I want you to use a relative pathname from your home directory on the command line. What command did you use?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started