how to hide file
Answers were Sorted based on User's Feedback
Answer / sudhan
create any dir or file by giving the name as ...(dot
symbol). you can give number of dots, the unix system
consider dot(.) as an hidden area.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vamsee
create file like ..filename
if u want to view the file ls -A
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / c. p. bansal
use mv a(old name of file) .a(new file name started with dot)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramakrishnachowdary
ls -a,this is the command for seing all hidden files
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhu
to hide a file
touch .file
to list hidden files
ls -al
to hide all created files
cat > .file
ctrl d it will save and hide
| Is This Answer Correct ? | 0 Yes | 0 No |
If you have forgotten the root password for a server, how do you get back in?
How can you see the adpters information?
Explain /etc/system file
What are the differences between the command line and graphical user interface?
Defalut value for umask
How will you clear the soft error on disk
How to configure the virtual ip address
How can you search for commands at the boot prompt if you only know part of the command?
How to scan newly added disks to system?
please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAPE(DDS)
Default path for patches
In VxVm why should we do for Disk Group import and Deport?