how to change a normal file into hidden file

Answers were Sorted based on User's Feedback



how to change a normal file into hidden file..

Answer / kiran

$mv filename .filename

Is This Answer Correct ?    55 Yes 0 No

how to change a normal file into hidden file..

Answer / kiruthiga.s

by renaming a file by adding . before a file name

Is This Answer Correct ?    0 Yes 1 No

how to change a normal file into hidden file..

Answer / kmi

use .<filename>

Is This Answer Correct ?    5 Yes 12 No

Post New Answer

More Unix Commands Interview Questions

The rm command removes links to file. What does this mean? How then is a file deleted from the file system?

5 Answers  


what are the different commands used to create files?

5 Answers  


What do you mean by zambie process?

6 Answers  


How do you remove a crontab file?

6 Answers  


What is $0 bash?

0 Answers  






The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


How to convert a hidden file to normal visible file?

8 Answers  


What is awk used for?

0 Answers  


What are file commands?

0 Answers  


What command would users use to see what file one page at a time in UNIX?

7 Answers   IBM,


How to display a file name which has zero bytes in size.

11 Answers   Polaris,


Which command is used to find whether the system is 32 bit or 64 bit?

0 Answers  


Categories