Environment Variables - CentOS
Environment
Content
Added "/sbin:/usr/sbin" back to the environment variables for the CentOS 5.x server.
Reference
Update
- 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