Ask Question
19 September, 01:51

All users at your site are using the Bash shell. You want to set a variable that will apply to every user and always have the same value. Which files would you place this variable in:

+4
Answers (1)
  1. 19 September, 02:14
    0
    I assume you are on a single host.

    To modify the. bashrc for all NEW users, you can edit/modify (with su privilege) the file

    /etc/skel/. bashrc

    save the file before creating new users.

    Be sure to know what you're doing, and test the file before you use it host-wide.

    For existing users, you can have them do the modifications/additions individually in case they have already modified their own version.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “All users at your site are using the Bash shell. You want to set a variable that will apply to every user and always have the same value. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers