GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "/var/tmp/Ex08470" Permission denied
Operating System - HP-UX
1850216
Members
4904
Online
104050
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
01-22-2003 09:29 AM
01-22-2003 09:29 AM
"/var/tmp/Ex08470" Permission denied
Hi everybody.
I have one HPUX 11.00. I have one user that haven't open any file. When this user try to open any file the following error appear:
"/var/tmp/Ex08470" Permission denied
if you try to open other the error is similar, but the number changed
"/var/tmp/Ex08471" Permission denied.
If I create one file with permissions 777 in /var/tmp/Ex08475 and the sequential number is the next number that the user will use when he try to open other file, the vi work fine. If I have one file open with vi the user can open more files but if I close the file when he try to open other the same error appear. Only work when the user has one file open (but to get this i need to create the file with the correct sequential)
"/var/tmp/Ex08485" Permission denied.
The /var/tmp has 1777 and the permissions of the file is 775 but I can't open.
I have one HPUX 11.00. I have one user that haven't open any file. When this user try to open any file the following error appear:
"/var/tmp/Ex08470" Permission denied
if you try to open other the error is similar, but the number changed
"/var/tmp/Ex08471" Permission denied.
If I create one file with permissions 777 in /var/tmp/Ex08475 and the sequential number is the next number that the user will use when he try to open other file, the vi work fine. If I have one file open with vi the user can open more files but if I close the file when he try to open other the same error appear. Only work when the user has one file open (but to get this i need to create the file with the correct sequential)
"/var/tmp/Ex08485" Permission denied.
The /var/tmp has 1777 and the permissions of the file is 775 but I can't open.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:10 PM
01-22-2003 08:10 PM
Re: "/var/tmp/Ex08470" Permission denied
Try :
1. Login as root.
#chmod 755 /var
#chmod 1777 /var/tmp
NOTE: This is in case the permissions has been screwed up, even though "ll -d" commd shows everything is O.K.
2. Login as the user.
#umask (check umask settings)
#umask 077
#vi tempfile
... edit & save ..
NOTE: This is in case the umask settings is the one that cause the permission problem.
1. Login as root.
#chmod 755 /var
#chmod 1777 /var/tmp
NOTE: This is in case the permissions has been screwed up, even though "ll -d" commd shows everything is O.K.
2. Login as the user.
#umask (check umask settings)
#umask 077
#vi tempfile
... edit & save ..
NOTE: This is in case the umask settings is the one that cause the permission problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:39 PM
01-22-2003 09:39 PM
Re: "/var/tmp/Ex08470" Permission denied
Sorry, just BEFORE "chmod 1777 /var/tmp" do :
chmod 500 /var/tmp
chmod 1777 /var/tmp
- just to refresh the permission.
chmod 500 /var/tmp
chmod 1777 /var/tmp
- just to refresh the permission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 12:57 AM
01-23-2003 12:57 AM
Re: "/var/tmp/Ex08470" Permission denied
The problem was that I deleted all the resources of the user (memory, queues, semm.) so when a close the session and open a new one using "su - " all work fine.
I clean the resources running ipcrm.
It's possible that the cause of the problem was that I deleted more resources of the session and for this I haven't enough privilege to open any file.
Thank you.
I clean the resources running ipcrm.
It's possible that the cause of the problem was that I deleted more resources of the session and for this I haven't enough privilege to open any file.
Thank you.
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
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP