![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do i change to super user then revert back to ordinary user ,using shell script? | wrapster | Shell Programming and Scripting | 3 | 06-04-2008 04:11 AM |
| Sun's 'Project Copy Linux' not a Linux copy - Register | iBot | UNIX and Linux RSS News | 0 | 07-29-2007 02:31 AM |
| Other than root user .Normal user is unable to create files | mallesh | UNIX for Advanced & Expert Users | 1 | 06-22-2005 09:18 AM |
| single user mode - user accounts passwords | orestis | UNIX for Dummies Questions & Answers | 2 | 03-09-2005 06:54 AM |
| Carbon Copy to exchange user | mclevy | UNIX for Dummies Questions & Answers | 1 | 11-18-2002 05:43 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
User Copy
How would I Copy all the users from a Sco 5.0.4 Server over to a new Sco 5.0.5 Server?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I would use tar. and then ftp over to the other box or rcp if you have that capability.
tar -cfv home.tar /home You will also have to copy the user portion of the /etc/passwd file and the group file if you have any usual group GIDs. Also, make sure that you have no conflict with duplicate UIDs on the new host. Here is a link that talks about these changes. command Just make sure you do all these things and you should be fine. I may have forgotten 1 or 2 small things but just try to port over any related config files like /etc/profile etc...
__________________
My brain is your brain |
||||
| Google The UNIX and Linux Forums |