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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of sed command in unix?
What is the search command in unix?
What is time_t?
Write a command to kill the last background job?
What is the use of the command 'ls -x chapter[1-5]' ?
What does touch command do in unix?
What's a command word?
What is grep r?
Is grep faster than awk?
What is s and g in sed command?
What command is used to switching between users in unix?
What is the nmap command?
Can you explain a little bit about command substitution?
What is the use of cut command in unix?