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 |
what do you understand by 'unix is a portable os'?
In Unix file permissions what does the second field denotes?
How do I find previous commands in unix?
what does a process mean?
How do you list the files in an UNIX directory while also showing hidden files?
What is difference between grep and find command in unix?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
How do you repeat a command in terminal?
what is the advaantage of each user having its own copy of the shell?
Explain the read, write, and execute permissions on a UNIX directory.
How do I use grep to find a file?
Explain command to display different lines that are found when compare two files?