regarding changing ownership and group


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers regarding changing ownership and group
# 1  
Old 12-07-2009
Tools regarding changing ownership and group

i am able to change the mode using chmod and able to change permission.

but i am not able to change group and ownership. getting as invalid

can any one help me regarding this .
# 2  
Old 12-07-2009
Hi.

This is from the chown manpage (AIX, but the same holds true for any system - I would hope!)

Quote:
Only the root user can change the owner of a file. You can change the group of a file only if you are a root user or if you own the
file. If you own the file but are not a root user, you can change the group only to a group of which you are a member.
Hope this helps!
# 3  
Old 12-07-2009
Thanks

thanks dude.

i am the owner of file but not a root user.

so i am not able to change the owner and group.

so as a owner of file can change permissions only but not owner and group

Am i right

Smilie
# 4  
Old 12-07-2009
As a non-root user you can only change the group, and only to a group that you are a member of - as the man page stated.

This might shed more light on it: https://www.unix.com/unix-advanced-ex...esnt-work.html

Last edited by Scott; 12-07-2009 at 10:14 AM..
# 5  
Old 12-07-2009
Thanks for your reply
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

'cp' command: preserve group ownership

Hi, Here is the scenario: This file exists, with this ownership and group: -rw-rw-r-- 1 picard starfleet 4 Jan 3 00:33 myfile.txt Output of the 'id' command for user picard is: $ id picard uid=6392(picard) gid=723(human) groups=723(human),918(starfleet) Output... (3 Replies)
Discussion started by: Andrewkl
3 Replies

2. Solaris

User's Home directory ownership is changing Automatically

Hi , on my Solaris 10 machine user's home directory ownership is being changed automatically to their UID. can any one please tell me whats the reason behind it . users are there in /etc/passwd file . /etc/shadow file is also there along with nssswitch.conf file and there is no changes made to... (5 Replies)
Discussion started by: usernew
5 Replies

3. Shell Programming and Scripting

Changing ownership of a directory, subdirectory and files as same as in another server

accidentally i have changed ownership of a directory,subdirectory and files wil below command. I want to the change ownership back as same as in same directory on another server. How can i do it? chown -R user:group /u01 is there any simple script? it is really an urgent need.. (2 Replies)
Discussion started by: johnveslin
2 Replies

4. Shell Programming and Scripting

Search and replace without changing ownership

I found this search and replace method on another site: find . -type f -print0 | xargs -0 sed -i 's/find/replace/g' It worked fine except for the fact that it changed ownership on all the files it went through. I discovered that when my site web server suddenly couldn't serve the pages it had... (10 Replies)
Discussion started by: dheian
10 Replies

5. UNIX for Advanced & Expert Users

Permission denied, but user is owner and has group ownership too

Folks, I have a problem with a particular file, that seems to have some kind of lock on it, that takes around 1 hour approx to timeout. I have used lsof and nothing has an open file handle on it, yet I cannot open it. My user/group owns the file and I can create edit/delete files in... (6 Replies)
Discussion started by: scottrus
6 Replies

6. UNIX for Dummies Questions & Answers

changing ownership?

how would i change ownership of file1 so the user NATE gets ownership of the file? (1 Reply)
Discussion started by: trob
1 Replies

7. Red Hat

changing wtmp ownership and permission

Hi, I am using redhat AS 3. Recently, I was asked to implement a security control on the OS: to change ownership of /var/log/wtmp to root:sys and permission to 600. However, when I made the change and reboot the machine, everything was reverted. How come? Please help. The following is the... (1 Reply)
Discussion started by: voa2mp3
1 Replies

8. UNIX for Advanced & Expert Users

File group ownership changing automatically

Hi everyone, Need help with an issue. The group ownership of files on my Solaris system is getting changed automatically. Could someone tell me the reason why? And how could I correct it? One more info- everytime the ownership changes, it changes to "x". Thanks :confused: (1 Reply)
Discussion started by: top_gun
1 Replies

9. UNIX for Dummies Questions & Answers

copy directory without changing ownership setting

hi currently i am migrating some directories over to a new server. is there any command (rcp or ftp or anything) for me to use without changing the ownership and permission of the directory? i am copying some directories from unix machine to linux machine. what is the exact command? thanks... (2 Replies)
Discussion started by: legato
2 Replies

10. Solaris

Diectory ownership ...changing

Help...... I am running a 420R w/sol 8 and I am trying to install sun's monitoring software srs netconnect. I have installed it on 6 other boxes with no problem. Installation failed with the message: ## Installing part 1 of 1. /etc/opt/SUNWsrspx/CustomerCert.pem... (6 Replies)
Discussion started by: finster
6 Replies
Login or Register to Ask a Question