Hi
Whilst investigating something else today i accidentally discovered that Dolphin, in both my Tower & Lappy, says that my Group is “1002”, when i expected it to say “users”. Then i looked via Konsole; User Rachel looks ok i think, but GooeyGirl’s Permissions & Group is kinda weird / wrong, IMO:
gooeygirl@linux-Tower:~> cd /home
gooeygirl@linux-Tower:/home> **ls -l**
total 8
drwxr-xr-x 17 rachel users 4096 Jul 22 23:54 rachel
drwx------ 58 gooeygirl 1002 4096 Aug 8 16:47 gooeygirl
gooeygirl@linux-Tower:/home>
gooeygirl@linux-Tower:~> cd /home/gooeygirl
gooeygirl@linux-Tower:~> **ls -l**
total 10708
drwxrwxr-x 2 gooeygirl 1002 4096 Aug 5 17:27 bin
drwxr-xr-x 2 gooeygirl 1002 274 Aug 5 17:26 Desktop
drwxr-xr-x 9 gooeygirl 1002 4096 Jul 11 13:57 Documents
drwxr-xr-x 5 gooeygirl users 4096 Aug 1 18:40 Downloads
-rw------- 1 root root 10940468 Jul 25 20:21 –force
drwxr-xr-x 2 gooeygirl 1002 22 Apr 12 21:54 Music
drwxr-xr-x 3 gooeygirl 1002 208 Jul 24 10:26 Pictures
drwxr-xr-x 2 gooeygirl users 6 Jul 22 21:48 Public
drwxr-xr-x 2 gooeygirl users 24 Jul 22 21:46 public_html
drwxrwxr-x 4 gooeygirl 1002 4096 Aug 5 23:52 temp
drwxr-xr-x 2 gooeygirl users 6 Jul 22 21:48 Templates
drwxr-xr-x 2 gooeygirl 1002 209 Jul 14 14:03 Videos
drwxrwxr-x 8 gooeygirl 1002 4096 Aug 8 16:46 VM Share Folder
gooeygirl@linux-Tower:~>
In contrast, the following is what i expected:
gooeygirl@linux-Tower:~> **groups
**users vboxusers wheel
gooeygirl@linux-Tower:~> **id**
uid=1000(gooeygirl) gid=100(users) groups=100(users),470(vboxusers),492(wheel)
gooeygirl@linux-Tower:~>
Does anyone know what Group 1002 is, &/or how this strange change might have occurred [on [i]both PCs]? Should i revert my user group = me] to “users” via:
gooeygirl@linux-Tower:/home> ***sudo chown -R gooeygirl:users gooeygirl***
Thanks.