All,
I am running a script , which has permision as below
-r-xr-x--- 1 pmgr ffw 11660 Sep 3 2003 ccln
and tring to delete the file in the directory
inter
(sys212
ct:/>) ll | grep ^d
dr-xr-xr-x 32 bin bin 8192 Dec 24 03:24 etc
drwxr-xr-x 32 root root 1024 Nov 27 16:45 home
drwxrwsr-x 3 inter inter 10240 Dec 21 15:03 inter
(sys212
ct:/>) cd inter
(sys22
ct:/inter>) ll | head
-rw-r----- 1 int01 inter 11055 Jul 5 2006 06187.txt
-rw-r----- 1 int01 inter 9380 Jul 6 2006 06188.txt
-rw-r----- 1 int01 inter 24388 Jul 7 2006 06189.txt
How can i know that whether my script ccln is having permision to delete the files inside the directory . Please let me know how to find out
-r-xr-x--- 1 pmgr ffw 11660 Sep 3 2003 ccln
what are the operation the ccln can perform .
Inside ccln i am find the file and deleting the file . It is not working for directory inter that i mentioed above . Can any one let me know why an d how cani overcome the same
Thanks,
Arun