Results 1 to 2 of 2
Recently Gnome crashed in one user , so i neglected that user nad created new user. and its working fine. But problem is all the files which i created for ...
- 09-19-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
merge of user !!!
Recently Gnome crashed in one user , so i neglected that user nad created new user. and its working fine. But problem is all the files which i created for a yesr are in that previous user permission. So i cant able to access all the file, i changed some most used file permission. And also added the group previous user to the current user, but still i cant access the file.
Is there any way to merge the user so i can able use all the files in both user permission in ease.
FYI: For regular use i will login through to root rights.
Thanks in adv..
- 09-19-2009 #2Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
Change the owner of the whole home directory using
Code:sudo chown -r user:group /home/olduser
EOF


Reply With Quote