what is the use of the hidden files?

Answer Posted / anoop varshney

the use of hidden file is my file is not view any another to
use only to show myshelf

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give the command for finding the current date.

583


Enumerate some of the most commonly used network commands in unix?

620


Which command is used to restrict incoming messages?

594


What is pipe command in unix?

675


What does touch command do in unix?

732






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:

1764


What is grep in bash?

589


How to display no of records in oracle using unix command?

589


What is grep r?

591


What are some command words?

568


How do I use grep to search for a file?

584


What command is used to check the current users?

597


Are you in or at the office?

611


What command is used to switching between users in unix?

564


What does the “echo” command do?

625