You are not logged in.
Good day!
I have plugged in removable USB drive, and was very surprized. The entire disk and all folders in it now belongs to User:denis (main system user) and Group:scanner.
https://drive.google.com/file/d/1AjZ8T- … sp=sharing
https://drive.google.com/file/d/1QTEyey … sp=sharing
But I clearly remember, that I have set permissions on Linux Mint using command sudo chown -R 1000:1000 . . So the user and the group was main system users group.
Then I looked at /cat/etc/passwd and /cat/etc/group, and yes, group ID of main system user (denis in my case) is not 1000 as it was in all other Linuxes I have used, but 1003. But Group ID 1000 now belongs to scanner... why?
https://drive.google.com/file/d/1Wqzfy3 … sp=sharing
https://drive.google.com/file/d/1I3YY1H … sp=sharing
Now I have to change file and folder permissions to all my removable disks, to make proper main user ownership.
Last edited by Rademes (2020-12-17 17:38)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
Good day!
I have plugged in removable USB drive, and was very surprized. The entire disk and all folders in it now belongs to User:denis (main system user) and Group:scanner.
https://drive.google.com/file/d/1AjZ8T- … sp=sharing
https://drive.google.com/file/d/1QTEyey … sp=sharing
But I clearly remember, that I have set permissions on Linux Mint using command sudo chown -R 1000:1000 . . So the user and the group was main system users group.
Then I looked at /cat/etc/passwd and /cat/etc/group, and yes, group ID of main system user (denis in my case) is not 1000 as it was in all other Linuxes I have used, but 1003. But Group ID 1000 now belongs to scanner... why?
https://drive.google.com/file/d/1Wqzfy3 … sp=sharing
https://drive.google.com/file/d/1I3YY1H … sp=sharing
Now I have to change file and folder permissions to all my removable disks, to make proper main user ownership.
Please, use imgur https://imgur.com/ or postimages https://postimages.org/ to share your screenshots, Google Drive takes forever.
What's the output of
getent group | grep denis
Do you get something similar to this:
If so, then you probably don't have anything to worry about.
The scanner group is usually the group for sane(Scanner Access Now Easy)
http://www.sane-project.org/intro.html
However, you could change the group with chgrp like so
sudo chgrp denis -R /media/denis/TRANSCEND
Hope this helps!
Last edited by Tolkem (2020-12-01 19:43)
Offline
I still wonder, why in Q4OS main system user has UID 1000, but main system user group has GID 1003.
On all other Linuxes I have tested the main user UID and GID are the same - 1000.
Output in attachment.
Currently I am noob at user and group management. I know only basics...I think...
Yes, today Google freezes a lot...
Last edited by Rademes (2020-12-01 20:29)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
I still wonder, why in Q4OS main system user has UID 1000, but main system user group has GID 1003.
On all other Linuxes I have tested the main user UID and GID are the same - 1000.
Output in attachment.Currently I am noob at user and group management. I know only basics...I think...
Yes, today Google freezes a lot...
I don't have a clear answer for that but here http://landoflinux.com/linux_adding_users_groups.html here https://www.redhat.com/sysadmin/user-account-gid-uid here https://askubuntu.com/questions/1271969 … group-also here https://developer.ibm.com/tutorials/l-lpic1-107-1/ and here https://wiki.archlinux.org/index.php/users_and_groups there's quite a lot of some good information on that. However, if you look into some of those links, you'll notice that GID 1003 does appear in the examples and nothing's said about it, so I think it is just an "arbitrary" Linux kind of thing (here I get UID 1000 and GID 1001) and again, you probably don't have anything to worry about.
Last edited by Tolkem (2020-12-01 20:54)
Offline
I seem to recall a couple of distros - may have been PCLOS - used 500 as the user and group ID.
Offline
You are correct bin, PCLinuxOS does use 500.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Since we investigated this issue, we can confirm that the live installer may create a few system groups with GID > 1000. It's not quite accurate, however it cannot do any harm. The issue comes from the Calamares live installer. We are going to make a correction to the next live media release.
Offline
The issue is now fixed within the new ".r5" live media release.
Offline