Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you list the files in an UNIX directory while also
showing hidden files?

Answers were Sorted based on User's Feedback



How do you list the files in an UNIX directory while also showing hidden files?..

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

How do you list the files in an UNIX directory while also showing hidden files?..

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

How do you list the files in an UNIX directory while also showing hidden files?..

Answer / venkatesh

ls -a it give all the file and directory including hidden files

Is This Answer Correct ?    1 Yes 0 No

How do you list the files in an UNIX directory while also showing hidden files?..

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

How do you list the files in an UNIX directory while also showing hidden files?..

Answer / vawani

ls -ltra

Is This Answer Correct ?    0 Yes 1 No

How do you list the files in an UNIX directory while also showing hidden files?..

Answer / sagar

ls -ltr

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More Unix Commands Interview Questions

Differentiate cmp command from diff command.

0 Answers  


What is $0 bash?

0 Answers  


What is the use of tee command?

0 Answers  


what are the different hardwares available?

1 Answers  


What are the differences among a system call, a library function, and a unix command?

0 Answers  


Name the unix command to find how many days the server has been up.

0 Answers  


What is a Unix signal, and how do you handle them?

2 Answers  


How to redirect standard error to a file?

2 Answers  


What is a command and examples?

0 Answers  


what is the use of "fg" command ?

5 Answers   PSU, Sail,


If JFS file system is 100% full how we can increase the file system ?

3 Answers  


In Unix file permissions what does the second field denotes?

3 Answers  


Categories