- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: User cannot access to some directory
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
09-23-2001 07:12 PM
09-23-2001 07:12 PM
User cannot access to some directory
If i use root user login and su to the particular user then it work well. Is it user profile setting or authorization setting ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 07:33 PM
09-23-2001 07:33 PM
Re: User cannot access to some directory
I am not sure about the openmail product
itself but, what is the owner and group of the
directory? It is the user herself or is this
a shared directory? I have seen where setting
up a new user the owner has changed /home for
example. I am wondering whether openmail have
such a problem. Have you set up any new openmail users recently?
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 07:48 PM
09-23-2001 07:48 PM
Re: User cannot access to some directory
cd /var/opt/opnmail
ll email
many files listed .........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 07:53 PM
09-23-2001 07:53 PM
Re: User cannot access to some directory
I thought the default user mail directory was /var/mail.
Anyway check for the directory and file permisssions. Set teh file permission to 766 and see if it helps. The user should have read / write permission to the file and the directory.
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 08:12 PM
09-23-2001 08:12 PM
Re: User cannot access to some directory
Try issuing this command:
# ls -ld /var/opt/openmail/email
This will list the directory itself and
the permissions.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2001 10:34 PM
09-23-2001 10:34 PM
Re: User cannot access to some directory
If root can access the directory and one particular user cannot means it is something related to permission settings.
Directory permission ruls are like this.
If read permission is not set for a directory U will not be able to list or access the file inside the directory.
If the execute permission of a directory is not set, files inside can be listed with names only. ll will not work.
if only execute pemission is set with out read and write, U can go to directory and excute the program by using program name. U will not be able to list.
So please check these and make sure that U have not changed the group of the user recently.
Best of luck
Shahul