How to change the Owner of a file
- From: rakesh.mishra@xxxxxxxxx (Rakesh Mishra)
- Date: Mon, 31 Oct 2005 13:45:40 +0530
Hi folks
Can any body tell me how to change the owner of a file ??????
I have written this script .......
unless (chown $uid , $gid , $filename)
{
die "chown failed :$!";
}
this code will give me the error you can't change " permission denied "
can any body tell me , how to over come this error
bye
rakesh
- Follow-Ups:
- Re: How to change the Owner of a file
- From: Shawn Corey
- Re: How to change the Owner of a file
- From: gustav
- Re: How to change the Owner of a file
- From: Dan Klose
- Re: How to change the Owner of a file
- Prev by Date: Re: Dir Command to an array
- Next by Date: Re: How to change the Owner of a file
- Previous by thread: ftp script in perl
- Next by thread: Re: How to change the Owner of a file
- Index(es):
Relevant Pages
|