- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Create a user with limited priveleg
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-23-2008 01:49 AM
04-23-2008 01:49 AM
Create a user with limited priveleg
I Have the following situation.
ls -al /xpt/data
drwxr-xr-x 14 ixn teste 512 Mar 27 10:13 /xpt/data
ls -ald /xpt
drwxrwxr-x 19 ixn teste 1024 Apr 8 12:56 /xpt
I can't change the owner or group of the directorys.
And i need to create a user that have only permissions to read and execute teh directory /xpt/data. He can't see anything else
Can you have any idea.
Any help would be aprecieted.
Regards
Angelo Sousa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 02:00 AM
04-23-2008 02:00 AM
Re: Create a user with limited priveleg
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1224946
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 02:06 AM
04-23-2008 02:06 AM
Re: Create a user with limited priveleg
>>...... I can't change the owner or group of the directorys
From which user you want to change the permissions of the directories?
If you are not member of that goup or superuser you can't mpodify the permissions.
>>And i need to create a user that have only permissions to read and execute teh directory /xpt/data
try with ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 02:49 AM
04-23-2008 02:49 AM
Re: Create a user with limited priveleg
see also:
http://docs.hp.com/en/5992-2146/ch09s05.html
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 03:09 AM
04-23-2008 03:09 AM
Re: Create a user with limited priveleg
your question is little bit confusing.
already the directrory /xpt/data have permission for any other user can read and execute.
drwxr-xr-x 14 ixn teste 512 Mar 27 10:13 /xpt/data
So, which thing you want post clearly.
Thanks & Regards
Aashique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 07:21 AM
04-23-2008 07:21 AM
Re: Create a user with limited priveleg
I already solve my problem, I configure a ftp group in file /etc/ftpd/ftpacess and a user that belong to that especifique group.
The user acount should be something like this:
guest1:x:100:92:Guest FTP:/export/home/guests/./guest1:/bin/true
Regards;
Thanks for the posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 07:26 AM
04-23-2008 07:26 AM
Re: Create a user with limited priveleg
Regards
Angelo