Operating System - HP-UX
1833876 Members
1836 Online
110063 Solutions
New Discussion

how to use ci for file protection in hpunix

 
SOLVED
Go to solution
sachit patil
Regular Advisor

how to use ci for file protection in hpunix

hi can anyone give information about ci
8 REPLIES 8
Arunvijai_4
Honored Contributor

Re: how to use ci for file protection in hpunix

Hi Sachit,

Can you give more information about what you are trying to do ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
sachit patil
Regular Advisor

Re: how to use ci for file protection in hpunix

hi arun
i have some files that have extension sac,v
file how can edit that files
Arunvijai_4
Honored Contributor

Re: how to use ci for file protection in hpunix

Hi Sachit,

Try to find out the real "type" of those files with extensions.

# file

and try to cat to display the file and use "vi" to edit if it is possible.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Senthil Kumar .A_1
Honored Contributor

Re: how to use ci for file protection in hpunix

Hi,

Are you talking about "ci" command pertaining to "RCS(revision control software" here ?


Please be more specific...

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
sachit patil
Regular Advisor

Re: how to use ci for file protection in hpunix

it is not edited by vi ;i saw with cat it was shoing contents
Arunvijai_4
Honored Contributor

Re: how to use ci for file protection in hpunix

Sachit, Try to find out the real type of the files with "file" command.

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Senthil Kumar .A_1
Honored Contributor
Solution

Re: how to use ci for file protection in hpunix

Hi Patil,

Refer the following man page for "ci", though it is for "free bsd" system, it could hold good for HPUX also...

http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=ci

regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
sachit patil
Regular Advisor

Re: how to use ci for file protection in hpunix

thanks senthil i got the solution from link