How do you list the files in an UNIX directory while also
showing hidden files?
Answer Posted / srinath.p
$ls -Ra
This command shows all the hidden files in the directory
and all of it's subdirectories.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Explain ‘system calls’ with respect to unix commands?
Why is it called grep?
What is .sh file?
What is awk good for?
How can you see the command line history?
What are file commands?
why metadb requires a seperate slice to create Solaris volume manager
Explain mount and unmount command.
What are some command words?
Differentiate cat command from more command.
What are reported commands?
How do you grep recursively?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
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
Which command is used to copy files?