![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing permissions on a 444 file (ie chmod 444) | ajcannon | UNIX for Dummies Questions & Answers | 1 | 08-31-2007 10:48 AM |
| Unix chmod permissions | whiterabbit | UNIX for Dummies Questions & Answers | 2 | 04-25-2006 06:02 PM |
| ls and chmod numeric permissions | rondebbs | UNIX for Dummies Questions & Answers | 1 | 12-29-2005 12:57 AM |
| chmod (permissions) * not working on remote server | sdlayeeq | UNIX for Advanced & Expert Users | 3 | 05-06-2005 02:02 PM |
| chmod permissions | himurak | UNIX for Dummies Questions & Answers | 1 | 11-30-2004 10:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I am working on a new UNIX box that has been delivered to us, and noticed that the /home directory has 555 permissions on it (dr-xr-xr-x). Any attempt to create write permissions fails on this directory (such as chmod 777), responding only with a message;
chmod: WARNING: can't change home This is despite the fact that I am logged in as root. Is there a way out of this, or am I toast? |
|
||||
|
Good guess, this is Solaris. We are trying to create users with "useradd -m", but getting the error message "unable to create the home directory, operation not applicable". Thinking that this was related to permissions in "home" we've been trying to change it -this is a dummies site, after all
.The "df -k /home" command returned the results you anticipated. "Filesystem kbytes used avail capacity Mounted on auto_home 0 0 0 0% /home " interestingly enough, this listing does not appear at all when "df -k" is run without home as argument. |
|
|||||
|
Our site uses NIS with home directories on a NetApp server. The only way to create directories with this configuration is to be on a server that is Master in NIS and a Master of the NetApp server.
You may be hitting the same type of situation. If you are adding a local user, then put their home directory as /export/home/userX. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|