Yast->Users and Group Administration->set filter: system users
I get a very long list, including an account called “nobody”. Can someone explain this in detail? Thanks.
Yast->Users and Group Administration->set filter: system users
I get a very long list, including an account called “nobody”. Can someone explain this in detail? Thanks.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Just to clarify something, your subject mentions ‘superuser’ while you
later talk about system users. They are not, at all, the same. ‘root’ is
THE superuser, and all other users are just identities used to run things
(can’t login with them even, generally, and they have no special rights).
Good luck.
On 03/22/2011 01:36 PM, lord valarian wrote:
>
> Yast->Users and Group Administration->set filter: system users
>
> I get a very long list, including an account called “nobody”. Can
> someone explain this in detail? Thanks.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJNiPurAAoJEF+XTK08PnB5G6sP/jYd/+UFUAjY3qbJC+ZkyQ85
2aeMSnex1gEMnk7ItEd0VnOvckomkMqvOW96OwtRDc07NFei8yv1XQOAGDT9xvtp
Y+KmvYRoimNfN3yPfwlIWcjE37i/9UkJoxrDpR2bd72NCQmlwi+jZlK9/teG5bPu
W/WdDtQTW/bc85ySQUH4IBtM9XaC/sMIWNun8SiZ6LSVETdfRQdPb7KPQcQT/mIi
FOQYKFTi5LdHAdnoZVBIzXQZ9H6GbvBphTO3AMEYx1I90xK/ZSdTpg8z9WAYFFXo
d2rcsLMIXiisfxXozDv7xrTpOlRR9LeQoptml2HP9Bd6gSAidNy2f/R8AyxQfk3s
QgfkymjoJcnOTUkSqYXu7MDlBH3wyQvh1Zge4zLzC4gXZNIZEkGI3/NobNgpCqLG
WIg0Y2Nxndp/jg5fAemYqCDj9JkCfQefMQd1T7DhXyfxwrhAhvDdPk9kyH/aXk/S
p9aOAzwfqDkKvArEU1Nh60uH2kCqTMZoYNL/ZDuLNEM/1NZWmpGum1QobFxP/I8+
v/g5L0xRlUABRxSr5jV2gyfuz2SIUSKlDvMJ+nUO6nkZLMHT5Skrhp0Ww3u1YYgQ
nraiuEvd899ecm7KW64aw9qMQkzFDCaE2enUgUqJA3KLSi+85BdNg1H85hP6oCX2
lq6Qb9MTWt/UCsqyoGlI
=LryR
-----END PGP SIGNATURE-----
On 03/22/2011 08:36 PM, lord valarian wrote:
>
> Yast->Users and Group Administration->set filter: system users
>
> I get a very long list, including an account called “nobody”. Can
> someone explain this in detail? Thanks.
>
>
after you clicked on the help button (lower left) what question
remains in your mind?
are you familiar with users and groups in Linux? if not Chapter 9
“Managing Users with YaST” in this URL will be helpful:
http://doc.opensuse.org/products/opensuse/openSUSE/opensuse-reference/cha.y2.userman.html
more basic and generic linux info on users and groups is all across
the internet, like:
Chapter 11. “User Accounts and User Ownerships” in rute’s guide
http://rute.2038bug.com/node14.html.gz
http://www.debianadmin.com/users-and-groups-administration-in-linux.html
http://www.linux-tutorial.info/modules.php?name=MContent&obj=glossary&term=group
–
DenverD
CAVEAT: http://is.gd/bpoMD
[NNTP posted w/openSUSE 11.3, KDE4.5.5, Thunderbird3.1.8, nVidia
173.14.28 3D, Athlon 64 3000+]
“It is far easier to read, understand and follow the instructions than
to undo the problems caused by not.” DD 23 Jan 11
All the above advice is worth studying.
They are used to be owners of files and run processes belonging to a part of the system. E.g. when you have an Apche server, it will run it’s process under wwwrun. Thus it’s files can be protected from e.g. all the files belonging to the user mysql (who is, as you might giess connected to MySQL). A sort of compartimenting. Same as for “normal” users: you are not allowed to use your wifes data, same wwwrun is not allowed to handle mysql data.
The user nobody is to lower the power of remote root in e.g. NFS mounted file systems.
This is all normal and nothing to worry about. Finding out more about them out of curiousity is OK of course. See the links of DenverD.