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
Explain command to display different lines that are found when compare two files?
What is the functionality of a top command?
What is the use of find command in unix?
What is in grep command?
What is updatedb?
What is the comma to show the space allocation of files?
What does the metacharacter mean?
Is grep faster than awk?
What do chgrp command do?
How to display no of records in oracle using unix command?
Explain ‘system calls’ with respect to unix commands?
What is awk command used for?
What is the use of the tee command?
What is the comma to display different lines that are found when compare two files?
What does the command '$ls | wc –l > file1' do?