Answer Posted / vasu
#ls -la /etc
can get all files including hidden files.
hidden files are denoted with dot (.) prefix and
ls -a is used for hidden files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you see the command line history?
What is awk good for?
What do chmod, chown, chgrp commands do?
What does pipe () return?
What is grep short for?
What is the behavioural difference between cmp and diff commands?
Which command will print your home directory on screen?
What is the command to find maximum memory taking process on the server?
Is grep faster than awk?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I open a port?
How to find $ai_serual resolved path by using unix
What is in grep command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is ‘ps’ command for?