The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

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: April 28, 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.

⇧ How can I make all fonts show a sample string for comparison? Upgraded to Ubuntu 19.10, cannot boot anymore, boot repair log attached  β‡©