Tagged Questions
3
votes
1answer
75 views
In my secure log there is a new group added that Im unsure about after adding semanage
I installed semanage onto my CentOS 6.2 box and I was going through my secure log after the install and noticed this entry:
Aug 31 22:12:17 xxxx groupadd[12929]: group added to /etc/group: ...
2
votes
3answers
452 views
What does it mean to be in group 0?
Several users in a system I inherited have their group set to 0 in /etc/passwd. What does that mean? Do they essentially get full root privileges?
The system is running CentOS 5, and the users ...
1
vote
2answers
141 views
How to maintain file ownership when running 'yum update'
I'm running CentOS 6.2 and installed nginx as root. After the install I changed the owner and group of the install to it's own user and group to keep thing a bit more secure.
I logged in as root and ...