How do you list the files in an UNIX directory while also
showing hidden files?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suchitra
ls-a
will give all the files including hidden files
ls-R
which will give u the sub directories in the current
directory
hence to list both the subdirectories and the hidden file
list give
ls-aR
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / upendar
ls -a
-It will give all the Files and Sub Directories including Hidden files.
ls -r
- It will give all the files in Descending or Reverse order.
| Is This Answer Correct ? | 1 Yes | 2 No |
in UNIX,How to copy file into directory?
distinguish between physical addresses and logical address?
What is “chmod” command?
What command a user use to view a long text file one page at a time in UNIX?
How do you find which version and name of unix you are using at the command prompt?
what are the different commands used to create files?
How many bits use for MAC address?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
which script will invoke first ,when /etc/init.d starts
what does the 'tee' command do?
What is used to type command?