![]() |
|
|
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 |
| FTP File Permission | raybakh | AIX | 1 | 07-04-2006 09:11 AM |
| File Permission | KhawHL | UNIX for Advanced & Expert Users | 2 | 05-24-2006 06:05 AM |
| The file permission | ust | Shell Programming and Scripting | 1 | 05-12-2005 10:01 AM |
| Log file - permission | ajkiruba | UNIX for Advanced & Expert Users | 6 | 04-24-2002 01:42 PM |
| File Permission | sanjay92 | UNIX for Advanced & Expert Users | 6 | 04-02-2002 08:19 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
The file permission
I have a file ( /tmp/file.txt ) , the file owner is user1:edp , the permission is 644 , I want everyone can overwrite the file but don't change the file owner and permssion , could suggest what can I do ? thx
|
|
||||
|
You can create a link to your file and ask every one to write in that. The new file can be placed anywhere on the common directory so that people can write.
ln oldfile newfile. whatever is written in the newfile will be written to oldfile. hope this helps. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|