Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-19-2006, 08:38 PM
|
#1
|
Member
Registered: May 2006
Posts: 100
Rep:
|
Change permissions
How do I change permissions on /data/log so oracle OS user can write/create folders there?
/data/usr/jan> cd /data/log
/data/log> ls -la
total 34
drwxr-xr-x 3 root root 512 Nov 20 10:37 .
drwxrwxrwx 10 jan oracle 512 Nov 20 10:17 ..
drwx------ 2 root root 8192 Nov 20 10:37 lost+found
|
|
|
11-19-2006, 09:45 PM
|
#2
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,795
|
Only root can create folders/files here.
Try "chgrp oracle /data/log"
|
|
|
11-19-2006, 09:53 PM
|
#3
|
Member
Registered: May 2006
Posts: 100
Original Poster
Rep:
|
I'm getting permission denied when I try to mkdir or create a file when logged in as user oracle.
|
|
|
11-20-2006, 01:29 AM
|
#4
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,795
|
Correct, I thought your were logged in as "jan".
You need to add write permission to the (oracle) group: "chmod g+w /data/log".
|
|
|
11-20-2006, 05:10 AM
|
#5
|
Member
Registered: May 2006
Posts: 100
Original Poster
Rep:
|
Thanks for your help.
|
|
|
All times are GMT -5. The time now is 05:40 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|