what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / hari
ls -l
file *
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is rmdir command?
How does the system know where one command ends and another begins?
What is “chmod” command?
Which command will print your home directory on screen?
What is ‘ps’ command for?
Describe the usage and functionality of the command rm –r * in unix?
Why is it called grep?
What are grep patterns?
Which unix command to make a new directory?
Differentiate cmp command from diff command.
How do you grep recursively?
What do chown command do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the behavioural difference between cmp and diff commands?
What does sed command do in unix?