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
What is s and g in sed command?
What is the difference between grep and grep?
How do I find previous commands in unix?
What is the general format of unix command syntax?
What is .sh file?
Which command should you use to find the remaining disk space in unix server?
What is the comma to show the space allocation of files?
What does awk stand for?
Why is grep called grep?
What are filter commands in unix?
What is awk good for?
Which command will print your home directory on screen?
Which unix command lists files/folders in alphabetical order?
What is “chmod” command?
How to use grep command to list find the records of a file containing 10 different strings?