use of ls command
Answers were Sorted based on User's Feedback
Answer / preetam yadav
ls command is used for show the list of files & folders in
any directory it has many switches like -l,-a,-al etc.
| Is This Answer Correct ? | 47 Yes | 3 No |
Answer / swetha
it is used to list of all files and directories in the
system
| Is This Answer Correct ? | 27 Yes | 3 No |
Answer / shanky
The ls command lists the contents of your current working
directory.
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / supriya
it is used to display all the files in the current working
directory
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / shiva ram prasad
ls command is use to list the files/directories
this has many options like
-l -> to list the long listed info files/dir
-a -> to list the hidden files/dir
-ld -> to list the long listed information of PWD
-lr -> " " " sub dir level info
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / bhara singht
ls command is used to show the list of all files
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / angurbala anjana
display the list of all files and directory
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pradeep kumar keshari
LS command is used to see the contains of a Directory. You
can user add one with ls command to see the special files
like hidden, pwd.
# ls - >
#ls -l -> to list the long listed info files/dir
#ls -a -> to list the hidden files/dir
#ls -ld -> to list the long listed information of PWD
#ls -lr -> " " " sub dir level info
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / rubley
Ls cmd is used to display the list of all files that are
are currently running in progress
| Is This Answer Correct ? | 3 Yes | 5 No |
how to check a file system type
What are some command words?
In UNIX, what is the command to edit contents of the file?
Give Command that will change the name of a directly from paypal to eBay
What are grep patterns?
What does the metacharacter mean?
Is grep faster than awk?
what are wild cards?
What does grep v do?
Explain ‘system calls’ with respect to unix commands?
What does sed command do in unix?
What is the significance of the 'tee' command?