Re: How to change the Owner of a file
- From: gustav@xxxxxxxxxxxxxx
- Date: Mon, 31 Oct 2005 11:30:40 +0100 (CET)
> 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
>
chmod?
http://www-cgi.cs.cmu.edu/afs/cs.cmu.edu/Web/People/rgs/pl-exp-file.html
/G
http://www.varupiraten.se/
.
- Follow-Ups:
- Re: How to change the Owner of a file
- From: JupiterHost.Net
- Re: How to change the Owner of a file
- References:
- How to change the Owner of a file
- From: Rakesh Mishra
- How to change the Owner of a file
- Prev by Date: Re: How to change the Owner of a file
- Next by Date: Re: Transforming HoA into AoH
- Previous by thread: Re: How to change the Owner of a file
- Next by thread: Re: How to change the Owner of a file
- Index(es):
Relevant Pages
|
|