How to convert a hidden file to normal visible file?

Answer Posted / yogesh

just go to tool in the menu bar select folder option then
view and section shaw hidden files and apply and enjoy

Is This Answer Correct ?    2 Yes 56 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the various commands that are used for the user information in unix.

543


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

962


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:

1765


Can you enlist some commonly used network commands?

604


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

591






Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

628


How does pipe () work?

597


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

593


What does #!/ Bin sh do?

597


What will the following command do?

620


What is a command and examples?

589


How to use grep command to list find the records of a file containing 10 different strings?

650


What do know about tee command?

607


Which command is used to create a directory?

575


What is the command to compare two files in unix?

624