what is the use of ls -l command & what is the information
it gives about user ?
Answers were Sorted based on User's Feedback
Answer / usha
ls -l given the sorted file in long listing format.it gives
the information such as type(file/directory), permissions
given to file,links,owner,group user detail,date & time of
modification etc...
| Is This Answer Correct ? | 34 Yes | 1 No |
Answer / upendar
ls -l command will display the list of all Files and Sub Directories with File Type(Regular File(-), Directory File(d), Link File(l), Block Special file(b), Character Special File(c) or Device Special File.), File Permissions, No of Links, User Name, Group Name, File Size in Bytes, Date&Time and File Name.
Ex: -|rw-r--r--|2|temp|dba|456|SEP 14 3:45|samplefile
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiruthiga.s
ls-l long list the file details.
output :
File or directory type, permission, uid, gid, filesize,
link count,filename. time stamp
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prithvi
it will show long list of object details.It will show about
the user's name with its group.
| Is This Answer Correct ? | 0 Yes | 3 No |
what are filters?
How do I search for a file in unix command?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What is pipe command in unix?
How do I delete files from command prompt?
How to create hardlinks and softlinks on files?
Explain command to show the space allocation of files?
How to view the hidden files in /etc directory?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
How are UNIX file permissions represented?
How do you execute a UNIX command in the background?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?