Tagged Questions
2
votes
1answer
539 views
How to ensure that anonymous FTP has been disabled on a Solaris 10 system?
What line in which configuration files in the /etc/ftpd directory do I have to check to ensure that anonymous FTP has been disabled?
From my understanding now, to ensure that anonymous FTP is ...
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: ...
5
votes
5answers
360 views
Why is it recommended to create a group and user for some applications?
Most of the time, when installing a program from source it is recommended to create a new user and a new group and give /usr/local/<myapp> the recently created user and group ownership.
Why is ...
