what is the use of ls -l command & what is the information
it gives about user ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of sed command in unix?
Explain command to display different lines that are found when compare two files?
What is the comma to show the space allocation of files?
Who invented grep?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Who wrote grep?
What is the difference between cat and more command?
How do I open a port?
What is the use of cut command in unix?
What is nr in awk command?
What does the command ' $who | sort –logfile > newfile' do?
Why is shebang used?
What do chmod, chown, chgrp commands do?
What is ctrl d?
What is “chmod” command?