what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / amit kumar
ls -a will show the hidden files.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
What is time_t?
Differentiate cmp command from diff command.
What is updatedb?
What does 'mkdir' command do in UNIX?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What do chown command do?
Using unix command how to display no of records in oracle?
What is the use of finger command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How many unix commands are there?
What are the dos commands?
What does find command return in unix?
Write a command that will display files in the current directory, in a colored, long format.
How does shebang work?