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 time_t?
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 chmod command do?
Which command is used to copy files?
How do I run a bash script?
What are awk commands?
Write a command that will display files in the current directory, in a colored, long format.
What is updatedb?
Is command prompt unix?
What does the command '$ls | wc –l > file1' do?
What is the use of cut command in unix?
How do I open a port?
What is the function of grep command in unix?
What command is used to check the current users?
Differentiate cmp command from diff command.