Agree with the author, "do not run as root" is a great point. Prefix the required commands with sudo instead!
And even with "sudo", limit the exposure -- sometimes you can sudo to specific user/group instead of more general root.
replies(1):
And even with "sudo", limit the exposure -- sometimes you can sudo to specific user/group instead of more general root.