Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Linux System Administration When you look at things with the long format of ls, right after the permissions is a number that is called the
Linux System Administration
- When you look at things with the long format of ls, right after the permissions is a number that is called the link count. For example:
drwxrwxr-x 3 user user 4096 Aug 29 14:26 CYBR3350
/ class has a link count of 3. I want to know the link count of /home and also the command that you used to figure this out.
- Based on our observation, every directory has at least two links. Formally, the link count of a directory is two plus the number of directories immediately contained by it. For an empty directory, what are those two links for?
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