Answer Posted / vikas sharma
ls ~/..
displays the list of /
i.e all folder like usr bin opt var root proc etc..
break this command
ls ~ [list the /root]
cd .. [cd to /]
ls [list of /]
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain command to show the space allocation of files?
Explain mount and unmount command.
How do I find previous commands in unix?
Explain command to display different lines that are found when compare two files?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the command to compare two files in unix?
How can you see the command line history?
Give the command for finding the current date.
What is the functionality of a top command?
What is the command to find hidden files in the current directory?
Who command in unix operating system?
What are the commands in UNIX to list the files in a Directory?
Which command is used to find whether the system is 32 bit or 64 bit?
What are filter commands in unix?
Why is shebang used?