![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Security Discuss UNIX and Linux computer and network security, cybersecurity, cyberattacks, IT security, CISSP, OWASP and more. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cloning users access with different user name | HPL1706 | AIX | 5 | 11-05-2008 04:35 AM |
| user & group read/write access question | Katkota | UNIX for Dummies Questions & Answers | 3 | 08-28-2008 09:30 PM |
| oracle user and group setting | duke0001 | UNIX and Linux Applications | 1 | 02-26-2008 04:04 PM |
| How to restrict a user group to access the kernel | harishankar | HP-UX | 0 | 08-09-2007 02:09 AM |
| Readonly access | faruque.ahmed | UNIX for Dummies Questions & Answers | 13 | 01-31-2007 09:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
File owned by oracle user and dba group need readonly access to other users
Under oracle user file abc.txt was created. Oracle user belong to dba group on UNIX Server. However other non Oracle users which belongs to some other network groups need read only access to this file.
Every time when I login as other then oracle user and try to view this file it saying that I do not have permissions. Could you help me to fix this issue? What command under oracle user I can issue to grant read only to some other groups. OS: AIX |
|
||||
|
you can change permissions with 'chmod' but you need to be the owner of the file. So to give non-Oracle non-dba-group user read access you would login as the owner (Oracle) and issue:
Code:
chmod o+r abc.txt |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|