how will you convert a general file to a hidden file?

Answers were Sorted based on User's Feedback



how will you convert a general file to a hidden file?..

Answer / sunil

vi sunil
mv sunil .sunil

Is This Answer Correct ?    25 Yes 1 No

how will you convert a general file to a hidden file?..

Answer / shaishaw

mv filename .filename2
or
cat> filename
mv filename .filename2

Is This Answer Correct ?    7 Yes 1 No

how will you convert a general file to a hidden file?..

Answer / swathi

cat unix
mv umix .unix1

Is This Answer Correct ?    6 Yes 3 No

how will you convert a general file to a hidden file?..

Answer / guest

by renaming it. Place a dot befor the file name

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

Which RAID Levels supported by LVM?

5 Answers  


What is pipe command in unix?

0 Answers  


what are filters?

6 Answers  


How does shebang work?

0 Answers  


What is the use of the command 'ls -x chapter[1-5]' ?

0 Answers  






What is the use of cut command in unix?

0 Answers  


What is a bash command?

0 Answers  


What is the use of pipes?

4 Answers  


How to view the hidden files in /etc directory?

10 Answers  


what is the difference between relative path and absolute path?

7 Answers  


how will u execute a file in unix

8 Answers   QA,


What is sed awk grep?

0 Answers  


Categories