HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change permission to nobody
Operating System - HP-UX
1825767
Members
1986
Online
109687
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
Forums
Discussions
Discussions
Discussions
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
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
03-19-2007 02:44 PM
03-19-2007 02:44 PM
Hi all experts.
can you give me advice to change the permission to nobody 60001
Before change to permission to Nobody.
[root@chat portal]# ll -a|more
total 1936
drwxrwxr-x 48 affis affis 4096 Mar 20 11:29 .
drwxr-xr-x 4 root root 4096 Mar 5 18:29 ..
drwxr-xr-x 4 affis affis 4096 Jan 16 19:22 ChartFX
-rw-r--r-- 1 affis affis 56 Feb 22 10:55 L4.html
========
After change permission to nobody
[root@chat portal]# ll -a|more
total 1936
drwxrwxr-x 48 affis affis 4096 Mar 20 11:29 .
drwxrwxr-x 6 60001 root 4096 Jan 16 17:34 ..
drwxr-xr-x 4 affis affis 4096 Jan 16 19:22 ChartFX
-rw-r--r-- 1 affis affis 56 Feb 22 10:55 L4.html
As you see I want 60001 permission is added to this directory.
can you give me advice to change the permission to nobody 60001
Before change to permission to Nobody.
[root@chat portal]# ll -a|more
total 1936
drwxrwxr-x 48 affis affis 4096 Mar 20 11:29 .
drwxr-xr-x 4 root root 4096 Mar 5 18:29 ..
drwxr-xr-x 4 affis affis 4096 Jan 16 19:22 ChartFX
-rw-r--r-- 1 affis affis 56 Feb 22 10:55 L4.html
========
After change permission to nobody
[root@chat portal]# ll -a|more
total 1936
drwxrwxr-x 48 affis affis 4096 Mar 20 11:29 .
drwxrwxr-x 6 60001 root 4096 Jan 16 17:34 ..
drwxr-xr-x 4 affis affis 4096 Jan 16 19:22 ChartFX
-rw-r--r-- 1 affis affis 56 Feb 22 10:55 L4.html
As you see I want 60001 permission is added to this directory.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 02:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 03:08 PM
03-19-2007 03:08 PM
Re: change permission to nobody
Hi
To change the ownership of a directory come out of that directory and run
cd..
chown 60001:
the group part is not necessary though.
Regards
To change the ownership of a directory come out of that directory and run
cd..
chown 60001:
the group part is not necessary though.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 03:20 PM
03-19-2007 03:20 PM
Re: change permission to nobody
It appears you want to change the owner of the parent (..) of the current directory to 60001.
Instead of making this all complicated, why don't you go into the parent of the parent of this directory and do the ll -d of the specific name.
Note: typically, nobody is used when doing an NFS mount for root. I assume you want to change it because of that? You may want to also change the group of the file too??
Instead of making this all complicated, why don't you go into the parent of the parent of this directory and do the ll -d of the specific name.
Note: typically, nobody is used when doing an NFS mount for root. I assume you want to change it because of that? You may want to also change the group of the file too??
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP