Answer Posted / rhino
l -- For long listing example as below
t -- for latest time stamp -- After you make the changes
etc.
d -- stands for the information about the current directory
as shown below
Ex o/p as below :
drwxrwxr-x 3 oi oi 1276 Mar 25 11:47 .
3 above stands for no. of directories in the current
directory minus 2 , This means above directory has one
child directory
when o/p shows as below :
ls -ltd
drwxrwxr-x 5 oi oi 1399 Mar 25 11:55 .
This would mean parent directory has 3 child directories
(i.e 5-2 = 3 child directories)
Why minus 2 -- Current directory has 2 links so the same
number need to be deducted from the total number
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What does the command '$ls | wc –l > file1' do?
What is “chmod” command?
What do chmod command do?
What command will change your prompt to myprompt?
What is the unix command to confirm a remote host is alive or not?
What is unix command line?
What is the command to find maximum memory taking process on the server?
Differentiate cmp command from diff command.
What is the difference between cat and more command?
What is the search command in unix?
What are awk commands?
Name the general commands in using unix os for a beginner?
Who wrote grep?
What do chown command do?
Describe the zip/unzip command using gzip.