Environment Variables - CentOS

Environment
  • CentOS 5.x


Content
Added "/sbin:/usr/sbin" back to the environment variables for the CentOS 5.x server.
$echo "PATH=${PATH}:/sbin:/usr/sbin" > /etc/profile.d/scripts-path.sh && chmod 755 /etc/profile.d/scripts-path.sh


Reference

Update