Answer Posted / 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 |
Post New Answer View All Answers
What is the comma to show the space allocation of files?
What command will change your prompt to myprompt?
How does the system know where one command ends and another begins?
What is the command to find maximum memory taking process on the server?
What is difference between grep and find command in unix?
What is the use of the tee command?
Using unix command how to display no of records in oracle?
Which command is used to find whether the system is 32 bit or 64 bit?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Name the unix command to find how many days the server has been up.
Which command should you use to find the remaining disk space in unix server?
Explain command to show the space allocation of files?
Write a command to display a file’s contents in various formats?
Explain ‘system calls’ with respect to unix commands?
How do I run a bash script?