Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created January 4, 2017 12:54
Show Gist options
  • Save xman1980/c47ad23e4ccd10068576e7611d122f28 to your computer and use it in GitHub Desktop.
Save xman1980/c47ad23e4ccd10068576e7611d122f28 to your computer and use it in GitHub Desktop.
centos_custom_path
echo "PATH=${PATH}:/opt/scripts" > /etc/profile.d/scripts-path.sh && chmod 755 /etc/profile.d/scripts-path.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment