Operating System - HP-UX
1833756 Members
2487 Online
110063 Solutions
New Discussion

Re: Permission problem question

 
SOLVED
Go to solution
Joe Chow_1
Occasional Advisor

Permission problem question

Hello, there.

I'm having problem changing permission on a particular file. This file is own by root, but I can't seem to be able to do anything about it, can't read it, can't change permission etc...
Does anyone have any idea what might be the problem here.

thanks in advance.
Joe

[root@imora04 system]# ll
total 8
-rwxrwxrwx 1 root sys 530 Jul 1 09:06 clean.sh
-rwx------ 1 root root 750 Dec 3 2004 clean_temp.sh
[root@imora04 system]# chmod 777 clean_temp.sh
chmod: changing permissions of `clean_temp.sh': Operation not permitted
[root@imora04 system]# id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)
[root@imora04 system]#
4 REPLIES 4
Jeff Schussele
Honored Contributor
Solution

Re: Permission problem question

My guess would be that it's in an NFS mount.

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
A. Clay Stephenson
Acclaimed Contributor

Re: Permission problem question

Is this a local or NFS file? Is the filesystem mounted readonly?
If it ain't broke, I can fix that.
Joe Chow_1
Occasional Advisor

Re: Permission problem question

Thanks for the help!

Yes, I just totally overlooked the nfs filesystem. This file is nfs mount from a different system.

Joe
Joe Chow_1
Occasional Advisor

Re: Permission problem question

NFS mount file.