CaffeineAddict
Well-Known Member
I've noticed files and directories which I create are owned by my username and a group which name is equivalent to my username.
I've run
But why is there "user" group?
Wouldn't it make more sense to just belong to "users" group since I'm standard user?
In my understanding purpose of groups is to group users together for fs permissions, however the "user" group is obviously only me,
so IMO it makes no sense to have single user group because standard users already are part of "users".
I've run
groups
command and since my username is "user" I also belong to "user" group:
Bash:
user@msi:~/$ groups
user cdrom floppy sudo audio dip video plugdev users netdev libvirt
But why is there "user" group?
Wouldn't it make more sense to just belong to "users" group since I'm standard user?
In my understanding purpose of groups is to group users together for fs permissions, however the "user" group is obviously only me,
so IMO it makes no sense to have single user group because standard users already are part of "users".