I am unable to move zip file in to another location.
Hi,
I have created nis user for me.I got my user id as 672.The same user id already had other user(as like super user,for ex:svnuser)i have given root privileges to svnuser.After that i written one backup script in linux workstation(RedHat).I have logged in through my username and I have written backup script in the following path /home1/svnuser/backup/ .The script states that i need to mv some files in to another location (i,e/net/ccs-ben/sb_backup).I have completed my backup script by keeping the same user id 672, after that i have changed my user id into 673.Now i am trying to executed the backup script its showing the following error:
mv:failed to preserve ownership for '/net/ccs-ben/sb_backup':operation not permitted.