Views:
120β
Votes: 1β
β
Solution
Tags:
permissions
19.04
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1184703
Title:
19.04 false gid for user
ID:
/2019/10/29/19.04-false-gid-for-user
Created:
October 29, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Obviously you canβt rename βalexβ to βalexβ so you need to rename β1001β to β1000β instead. This answer appears to work for you:
Read the entire Q&A but in summary (if you agree it works for you) use:
find / -gid 1001 ! -type l -exec chgrp 1000 {} \;
You might also want to change the group name for GID 1001 to βalex2β. This will make it easier to spot files you may have missed.