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
How do I search for text in vi?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Name the various commands that are used for the user information in unix.
How do you grep recursively?
Can you enlist some commonly used network commands?
Can you explain a little bit about command substitution?
What is “chmod” command?
How can we use grep command in unix?
What is the difference between awk and grep?
Which command is used to kill the last background job?
Who command in unix operating system?
What is command substitution?
What does this command do,"$more readme.txt“?
What does the command '$ls | wc –l > file1' do?
Explain command to view process running?