HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: release the permission to the directory
Operating System - Linux
1832666
Members
3185
Online
110043
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
11-16-2004 08:27 PM
11-16-2004 08:27 PM
I want to release the permission ( read / write ) to a directory , all other users can only read to this directory , could suggest what can I do ? thx.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 08:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 08:51 PM
11-16-2004 08:51 PM
Re: release the permission to the directory
thx reply , is there any good way to control the file / directory permission , as i know , there is a command can use to set the permission of file /directory ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 08:59 PM
11-16-2004 08:59 PM
Re: release the permission to the directory
ls -l filename will show you permissions in a rwxrwxrwx format. For a directory, use "ls -ld" (if you don't use d option you will have directory content listed).
chmod is for changing rights.
Basic info on rights :
. first rwx part is for file/dir owner
. second one is for file/dir group
. third one is for others
. for files, r means read, w write and x execute.
. for dirs, r means read file list, w mean create/modify/delete files and x means you can mention this dir in PATH or position your session in it
This is real basic infos. I will not explain rights here (may be a little long) and I advice you to read docs on these things ("man chmod" may be a good start point).
Regards,
Fred
chmod is for changing rights.
Basic info on rights :
. first rwx part is for file/dir owner
. second one is for file/dir group
. third one is for others
. for files, r means read, w write and x execute.
. for dirs, r means read file list, w mean create/modify/delete files and x means you can mention this dir in PATH or position your session in it
This is real basic infos. I will not explain rights here (may be a little long) and I advice you to read docs on these things ("man chmod" may be a good start point).
Regards,
Fred
--
"Reality is just a point of view." (P. K. D.)
"Reality is just a point of view." (P. K. D.)
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 2025 Hewlett Packard Enterprise Development LP