![]() |
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 |
| [Help] Give privilege to an ordinary user | ibmer414 | AIX | 1 | 04-08-2008 02:56 PM |
| copy outgoing administrator privilege | itik | AIX | 1 | 01-22-2008 12:16 PM |
| root privilege | ahmad_one | SUN Solaris | 7 | 03-18-2006 08:50 AM |
| Shutdown Privilege | konda | UNIX for Advanced & Expert Users | 2 | 05-20-2002 03:36 PM |
| Shutdown Privilege | j1yant | UNIX for Advanced & Expert Users | 4 | 02-05-2002 07:09 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Write privilege for user
Is it possible to grant write privileges to a user on a directory with out having to add the user to a group or make the user the owner of the directory?
My background is in Windows and in Windows you can grant specific privileges to a user without having to put the user in a group or making the user the owner of the object. I'm completely new to UNIX, so I apologize if this is a stupid question. |
|
||||
|
yes you can chmod +w on your file but that makes it writeable to all other users. its better off to do it on a group basis. make the directory writeable to the owner and users of the certain group only. it makes more sense this way, instead of specifying users indivdually, which can get tedious...fast.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|