This forum is dedicated to basic help and support :
Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.
Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer
by doktor5000 » Jun 25th, '12, 21:14
uluru wrote:now I can't move files back because my old uid was 10001 and now I have 500. How can I mass chmod the files? I guess I should use find and chmod
- Code: Select all
cd /home/myuser_old
find . -uid 10001 -exec cgmod {}
Not chmod, but chown, and recursively

- Code: Select all
chown -R uluru:uluru /home/myuser_old
You may also want to have a look at the man-page of chown.
-

doktor5000
-
- Posts: 18056
- Joined: Jun 4th, '11, 10:10
- Location: Leipzig, Germany
-
Return to Basic support
Who is online
Users browsing this forum: No registered users and 1 guest