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 to convert a hidden file to normal visible file?

Answer Posted / shan, nmc

In case, you want to see the all hidden file then you will
use below command.

$ls -Ra

Shan, NMC

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is awk good for?

1192


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1450


Why is grep called grep?

1360


What is the nmap command?

1239


Who command in unix operating system?

1190


What does grep v do?

1098


What is the use of egrep command in unix?

1242


How can you see the command line history?

1185


What is grep command in unix with examples?

1291


How do I use grep to search for a file?

1101


What is the use of awk command in unix?

1189


Why is it called a shebang?

1248


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2317


What are file commands?

1286


What is the first character of the output in ls l command?

1262