![]() |
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 |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unable to create any directory that uses numbers as the directory name | fed.linuxgossip | UNIX for Advanced & Expert Users | 16 | 01-13-2008 08:54 PM |
| Unable to see all file in a current directory | srikanthus2002 | Shell Programming and Scripting | 3 | 09-27-2006 04:07 AM |
| chmod erased a directory(?) | SmooBG | UNIX for Dummies Questions & Answers | 1 | 11-14-2005 03:05 PM |
| what to chmod to write in a directory? | phonedog365 | UNIX for Dummies Questions & Answers | 2 | 05-30-2005 04:23 PM |
| directory permissions and CHMOD | ncarmstrong | UNIX for Dummies Questions & Answers | 3 | 08-14-2002 01:00 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Unable to chmod a file/directory
This is Solaris 10, by the way.
I am aware of ACLs or something like that in Solaris 10 where you can change who can access directories and such that goes beyond the standard permisisons (chmod and rwxrwxrwx). Although I thought when these were being used, the permissions listing would show a '+' appeneded to the permisions, like shown below: Code:
# ls -laFd local dr-xr-xr-x+ 1 root root 1 Nov 13 13:27 local/ Code:
# ls -laFd local dr-xr-xr-x 1 root root 1 Nov 13 13:27 local/ Code:
# chmod +w local/ chmod: WARNING: can't change local/ Code:
# mount|grep -i usr Code:
# grep -i usr /etc/vfstab #/dev/dsk/c1d0s2 /dev/rdsk/c1d0s2 /usr ufs 1 yes - Code:
# mount|grep -i local Code:
# grep -i local /etc/vfstab Code:
# id uid=0(root) gid=1(other) Code:
# uname -a SunOS dncs 5.10 SunOS_Development sun4u sparc SUNW,Sun-Fire-880 |
|
||||
|
No. It's got something to do with extended permissions, I think.
|
|
||||
|
# ppriv -e -D chmod +w local/
chmod: WARNING: can't change local/ # pwd /usr |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|