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
Differentiate cat command from more command.
What is the significance of the 'tee' command?
What do know about tee command?
What is nr in awk command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How can we use grep command in unix?
What is used to type command?
What is the use of sed command in unix?
Name the various commands that are used for the user information in unix.
Give the command for finding the current date.
What do chmod command do?
How do I use grep to search for a file?
What does touch command do in unix?
What do chgrp command do?
How can you see the command line history?