what file? seenagape 8 years ago CORRECT TEXTYou want to make sure all Bash users, when they login, get access to a new program in /opt/bin (not currently in their PATH). To ensure this you would put the command: PATH=$PATH:/opt/bin; export PATH in what file? Answer: /etc/profile ← Previous question Next question →