what is ls -ltd?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / satish
ls - ltd
current directory information.
Option l: Long listing
t: Time Stamp
d: Information about current directory
(Useed with -l Option)
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / shweta
It wil display long listing of current directory only
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / raj
ls - Display all the files available in the system
(listing of files)
ls -l Long listing of files
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / manu
ls -ltd will display long listing of directory in timely
order in the present working dierctory
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the use of cut command in unix?
what is the command to find out the difference between files and folders?
How do you find out all processes that are currently running in UNIX OS?
What does the “echo” command do?
what are the different commands used to view the contents of a file?
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
how many internal commands is there in UNIX?
What are file commands?
How to see unused port number in Solaris?
How many unix commands are there?