- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Permissions related
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
04-30-2007 03:45 AM
04-30-2007 03:45 AM
-r-s--S--T 1 root sys 934 Mar 16 14:37 /opr/sar/exe/VerifyHousekeeping.sh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 03:47 AM
04-30-2007 03:47 AM
Re: Permissions related
but, what is the problem with it?!
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 03:49 AM
04-30-2007 03:49 AM
Re: Permissions related
http://www.faqs.org/faqs/hp/hpux-faq/section-70.html
http://www.informatik.uni-frankfurt.de/doc/man/hpux/chmod.1.html
Hope this helps,
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 03:53 AM
04-30-2007 03:53 AM
Re: Permissions related
Can u explain that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 03:54 AM
04-30-2007 03:54 AM
Re: Permissions related
to set the s for user it's setuid
the s for group is setgid
for the T chmod o+t
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 03:59 AM
04-30-2007 03:59 AM
Re: Permissions related
chmod u+s,g+s,o+t testfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 04:00 AM
04-30-2007 04:00 AM
Re: Permissions related
It worked.. Thanks for your support.. Iwillgo tho the manuals for chmod
Full 10 points
TC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 04:04 AM
04-30-2007 04:04 AM
Re: Permissions related
For security reasons, if you set the mode to 7500 on a file as a regular user and then chown root the file, the setuid bit is cleared.
I find that the obsolescent numeric mode options are easier and more transportable to Perl than the symbolic chmod options. Man 1 chmod for those details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 04:13 AM
04-30-2007 04:13 AM
Re: Permissions related
Can the use of these permissions be explained.
What is impact of s
What is impact of S
what is the impact of T
In some cases I have seen "t" in permissions. What is that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 04:20 AM
04-30-2007 04:20 AM
Re: Permissions related
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 04:30 AM
04-30-2007 04:30 AM
Re: Permissions related
I do a man often but search for things which I need to find alone... Reading the whole man page will only workout to grasp the things..
Thanks for your advice Clay. I have been in this field of UNIX(hp) for the past 4 months only.. There are really lots to learn...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 04:37 AM
04-30-2007 04:37 AM
Re: Permissions related
Mental note.: Don't post answers to Akram!
*****
I have assigned points to 3 of 14 responses to my questions.
*****
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 04:43 AM
04-30-2007 04:43 AM
Re: Permissions related
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 05:09 AM
04-30-2007 05:09 AM
Re: Permissions related
Read this:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137
The prior post is a complaint about your rate of point assignment. In ITRC thats how we thank each other for help.
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1472229&listType=unassigned&forumId=1
Click above if you'd like to go clean up your record.
chmod 3750 or chmod 2750 will set the propertied of all files created in a folder and may be useful to you.
The man pages for ls and such do have very good explanations on what the permission displays mean.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 02:52 PM
04-30-2007 02:52 PM
Re: Permissions related
If there is a "t" in the other field for a symlink, it means transition link. These are removed in 11.31.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 07:26 PM
04-30-2007 07:26 PM
Re: Permissions related
I read the link ITRC Forums Etiquette. Considering this thread as an example there have been answers from many in a short time which solved the purpose.
My queries are should,
1. Should Equal points be given to all memebers who gave the solution?
2. should we not leave the points for answer dropdown left unassigned i.e either points to be assigned or should be 0 points?
Thnx for ur suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 08:25 PM
04-30-2007 08:25 PM
Re: Permissions related
I always personally assign 1 point to anyone that makes an effort to answer.
I try and give solution quality answer points in the 8-10 range.
Anything else is subjective, but I do strive for a perfect assignment record. I try and hand out based on the quality and effort of the response.
Regards and thanks much for your attention to these things. It makes ITRC a better place.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 10:34 PM
04-30-2007 10:34 PM
Re: Permissions related
Its a gradual process in getting familiar to the do's and dont's here...
Thanks for all your help..
Grz!
Akram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 10:38 PM
04-30-2007 10:38 PM