![]() |
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 |
| Unable to delete a file through SAMBA | mcubitt | Windows & DOS: Issues & Discussions | 3 | 08-26-2008 06:52 PM |
| file permission problem | skully | SUN Solaris | 2 | 05-26-2008 02:29 AM |
| File Permission Problem | bluepluto | UNIX for Dummies Questions & Answers | 11 | 01-11-2007 08:56 AM |
| unable to delete a file | arunkumar_mca | UNIX for Dummies Questions & Answers | 13 | 12-06-2006 07:04 PM |
| File permission problem | jodie | UNIX for Dummies Questions & Answers | 2 | 11-11-2003 10:35 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
We are facing problem to delete some logfiles. Explaing with example for clear understanding : we have 2 accounts : prdpqrs (application account) & prodxyz (admin account - not root). Both of them are in same group called 'release' While prodxyz is trying to remove a file owned by prdpqrs with permission 666 it's failing with the following error : /abc_serial/xyz/data/abc/admin/abc_rts_loaders/log/sos/discard> ls -ltr total 0 -rw-rw-rw-+ 1 prdpqrs release 0 Feb 26 13:13 xx /abc_serial/xyz/data/abc/admin/abc_rts_loaders/log/sos/discard> rm xx xx: 666+ mode ? (y/n) y rm: xx not removed. Permission denied /abc_serial/xyz/data/abc/admin/abc_rts_loaders/log/sos/discard> cd .. /abc_serial/xyz/data/abc/admin/abc_rts_loaders/log/sos>ls -l drwxrwxrwx+ 2 prdpqrs release 96 Feb 26 18:36 discard /abc_serial/xyz/data/abc/admin/abc_rts_loaders/log/sos>cd .. /abc_serial/xyz/data/abc/admin/abc_rts_loaders/log>ls -l drwxrwxrwx+ 8 prodxyz release 8192 Feb 17 23:04 sos /abc_serial/xyz/data/abc/admin/abc_rts_loaders/log>cd .. /abc_serial/xyz/data/abc/admin/abc_rts_loaders> ls -l total 256 drwxrws--- 32 prodxyz release 65536 Feb 20 07:33 error drwxrwsrwx+ 39 prodxyz release 65536 Feb 20 07:42 log drwxrws--- 2 prodxyz release 96 Aug 22 2003 reports drwxrws--- 2 prodxyz release 96 Aug 22 2003 summary /abc_serial/xyz/data/abc/admin/abc_rts_loaders>ls -l drwxr-s---+ 6 prodxyz release 96 Aug 22 2003 abc_rts_loaders Could you please advise how to delete those files owned by prdpqrs ? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|