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 |
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
what is the difference between relative path and absolute path?
How do you find path of a directory? Give its syntax.
What does this command do,"$more readme.txt“?
what is the significance of "su" command?
what is the cmd to display the last exit status in UNIX?
what do you understand by 'building block primitive'?
How to get the operating system's information in unix?
What is the comma to display different lines that are found when compare two files?
What are Unix processes, and how do you manage them?
which command is used to identify the type of the file?
What is the behavioural difference between cmp and diff commands?