1833523 Members
2800 Online
110061 Solutions
New Discussion

hidden files

 
SOLVED
Go to solution
Basso_1
Advisor

hidden files

helo, please can u tell me how to create a hidden file or directory under hp_ux.


thank u
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: hidden files

"Hidden files" generally refer to those files whose name begins with a dot character: ".".
This makes them not show up in ls output unless the -a flag is used. Examples include .profile, .kshrc, etc.


Pete

Pete
saju_2
Respected Contributor

Re: hidden files

Hi

Create a file which starts with a .

Eg: .file1

Regards
CS
saju_2
Respected Contributor

Re: hidden files

Hi

I meant the files which start with a "."

Regards
CS
Raj D.
Honored Contributor
Solution

Re: hidden files

Hi Bassam ,

The files that start with a period (.) , those files are hidden files in hp-ux or any unix.

Example:
# touch .abcd

Now abcd will be hidden and will not show with ls -l command.

To see the hidden files , you have to use :
# ls -la

Enjoy ,
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "