Alien-Interference
OS weblog
Categories: AIX | Comments Off

Hardening your AIX system.
- Configure changes for the root user to provide additional security, audit, and reliability. Make a dedicated home directory for the root user ID and change the root user ID home directory to use new directory, allowing a cleaner / directory. Change directory permissions to allow for root access only.
# mkdir /root
# [...]