Cleaning Up Unused Users and Groups (Ubuntu 10.10 Server)

Posted by PhpMyCoder on Server Fault See other posts from Server Fault or by PhpMyCoder
Published on 2011-02-14T01:05:52Z Indexed on 2011/02/14 7:27 UTC
Read the original article Hit count: 507

Filed under:
|
|
|
|

Hello experts,
I'm very much a beginner when it comes to Ubuntu and I've been learning the ropes by diving in and writing a (backend-language independent) web app framework that relies on apache, some clever mod_rewrites, Ubuntu permissions, groups, and users. One thing that really annoys my inner clean-freak is that there are loads of users and groups that are created when Ubuntu is installed that are never used (Or so I think). Since I'm just running a simple web app server, I would like to know: What users/groups can I remove?

Since you'll probably ask for it...here's a list of all the users on my box (excluding the ones I know that I need):

root
daemon
bin
sys
sync
man
lp
mail
uucp
proxy
backup
list
irc
gnats
nobody
libuuid
syslog

And a list of all of the groups:

root
daemon
bin
sys
adm
tty
disk
lp
mail
uucp
man
proxy
kmem
dialout
fax
voice
cdrom
floppy
tape
sudo
audio
dip
backup
operator
list
irc
src
gnats
shadow
utmp
video
sasl
plugdev
users
nogroup
libuuid
crontab
syslog
fuse
mlocate
ssl-cert
lpadmin
sambashare
admin

© Server Fault or respective owner

Related posts about ubuntu

Related posts about users