what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / kiruthiga.s
ls-a
(or)
ls-la
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of finger command?
Differentiate cat command from more command.
What is .sh file?
What is the command to find maximum memory taking process on the server?
What is grep and how do you use it?
What does the metacharacter mean?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain ‘system calls’ with respect to unix commands?
Enumerate some of the most commonly used network commands in unix?
What is the use of cut command in unix?
What are filter commands in unix?
What do know about tee command and its usage?
What is s and g in sed command?
What are the dos commands?
What does #!/ Bin sh do?