The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com



AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
change wc -l francis_tom Shell Programming and Scripting 1 04-14-2008 01:02 PM
change 43% to 43.5 nortypig Shell Programming and Scripting 2 08-20-2006 03:55 AM
IP change kuultak UNIX for Dummies Questions & Answers 2 07-13-2005 09:01 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
  #1 (permalink)  
Old 10-03-2003
mcateriny mcateriny is offline
Registered User
  
 

Join Date: Oct 2003
Location: Roseville, CA
Posts: 8
UID Change

Currently, I have about 7 servers and the uid for a given person is different on each server. I want to make the uid's the same for a given username on each server. I know how to change the uid via smit, but when I do the previous uid number shows up as the owner for the files of that username. Does anyone have any idea how I can also change the uid at the file level? For example:

Before changing the uid...
-rw------- 1 username staff 3726 Oct 03 13:10 testfile

After changing the uid... There are thousands of files where the uid does not change.
-rw------- 1 211 staff 3726 Oct 03 13:10 testfile

Instead of uid of 211 I want to see the username.

Suggestions are greatly appreciated.
Mario
  #2 (permalink)  
Old 10-03-2003
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
i'm not the aix guru, but in solaris when you see digits as an owner, the userid isn't defined in /etc/passwd....

if i have more than one maschine with the same users, i alway make one maschine first and copy these files to the other maschines:
/etc/passwd
/etc/shadow
/etc/group
so i have the same users with the same id everywhere......

greetings Preßy
  #3 (permalink)  
Old 10-03-2003
mcateriny mcateriny is offline
Registered User
  
 

Join Date: Oct 2003
Location: Roseville, CA
Posts: 8
Hello Preßy,

Thank you for your reply. I am aware of the files you mentioned and the uid has changed in these files. But, the issue I am facing is that the username on the files owned by the user where I changed the uid is replaced by the previous uid number.

I quess what I am hoping for is that someone has a scripts to go through the directories to locate all files that has the old uid and chown it with the user's new uid. If not, I may have to write my own script to do this.

Thanks again,
Mario
  #4 (permalink)  
Old 10-03-2003
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,111
First, you may have a special problem...did the user have a crontab? Or pending at jobs? Ideally you want to remove these before you make the change. And then resubmit them after the change. At this point I would manually remove them, kill and restart cron and then resubmit them.

To change the uids on the files use:

find / -user 211 -print | xargs chown username
  #5 (permalink)  
Old 10-06-2003
mcateriny mcateriny is offline
Registered User
  
 

Join Date: Oct 2003
Location: Roseville, CA
Posts: 8
Thank you!

Perderabo,

I would like to thank you for your solution to my problem. This is exactly what I needed. I tested it and it works great!

Thank you,
Mario
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 06:12 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0