- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RCS(Revision Control System) permission of file
Operating System - HP-UX
1821188
Members
3333
Online
109631
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 05:42 AM
тАО12-23-2008 05:42 AM
hello,
i use RCS (Revision Control System) for HPUX 11.11/11.23/11.23 and found following characteristic of command "rcs":
umask (0022) was set and the example file had the permission 666. after i had used "rcs" , the file permission changed to 444.
other example :
1. file permission 777
2. "rcs"
3. file permission 555
i think, "rcs" removes "write permission" ? can i have a bearing on it? maybe it is possible to execute "rcs" with target permission for the file.
test procedure with file "test-rcs,v" ( i attached it) :
#ll test-rcs,v
-rw-rw-rw- 1 root sys 3119 Dec 23 14:20 test-rcs,v
#head test-rcs,v
head 1.22;
access root sys;
symbols ;
locks ; strict;
comment @@;
1.22
date 2008.12.17.17.16.57; author sys; state TestVersion;
branches ;
#rcs -e"root sys" -sProdVersion test-rcs,v
RCS file: test-rcs,v
done
#ll test-rcs,v
-r--r--r-- 1 root sys 3111 Dec 23 14:21 test-rcs,v
regards,tom
i use RCS (Revision Control System) for HPUX 11.11/11.23/11.23 and found following characteristic of command "rcs":
umask (0022) was set and the example file had the permission 666. after i had used "rcs" , the file permission changed to 444.
other example :
1. file permission 777
2. "rcs"
3. file permission 555
i think, "rcs" removes "write permission" ? can i have a bearing on it? maybe it is possible to execute "rcs" with target permission for the file.
test procedure with file "test-rcs,v" ( i attached it) :
#ll test-rcs,v
-rw-rw-rw- 1 root sys 3119 Dec 23 14:20 test-rcs,v
#head test-rcs,v
head 1.22;
access root sys;
symbols ;
locks ; strict;
comment @@;
1.22
date 2008.12.17.17.16.57; author sys; state TestVersion;
branches ;
#rcs -e"root sys" -sProdVersion test-rcs,v
RCS file: test-rcs,v
done
#ll test-rcs,v
-r--r--r-- 1 root sys 3111 Dec 23 14:21 test-rcs,v
regards,tom
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 05:48 AM
тАО12-23-2008 05:48 AM
Solution
>the file permission changed to 444. 3. file permission 555
>"rcs" removes "write permission"?
Yes, this is how RCS manages the file. If checked in, it doesn't want anyone to write to it. You must check it out "co -l" to modify.
You may want to create a RCS/ directory so all of the ,v files are put there.
>"rcs" removes "write permission"?
Yes, this is how RCS manages the file. If checked in, it doesn't want anyone to write to it. You must check it out "co -l" to modify.
You may want to create a RCS/ directory so all of the ,v files are put there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 06:40 AM
тАО12-23-2008 06:40 AM
Re: RCS(Revision Control System) permission of file
thanks for the fast answer
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP