what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answers were Sorted based on User's Feedback
Answer / eugene
ls -a (minimal required answer)
ls -la (additional "l" use a long listing format )
Is This Answer Correct ? | 11 Yes | 1 No |
what is the use of uniq commmand?
Enumerate some of the most commonly used network commands in unix?
Why is grep called grep?
What is the difference between awk and grep?
in UNIX,what is the command to remove directory with files?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Which mode is used for allowing file write,read and append mode?
how to check a file system type
What are Unix processes, and how do you manage them?
how to unzip the contents of the gzip file
What is the size of time_t?
in a growing log file how will you see the 1st 99 lines?