For instance, if I were to run the command adduser test
, is the .bashrc created automatically upon creation of the home directory for the user test
? If it's not created upon user creation, under what conditions is it created?
Also, if I add a .bashrc file to the home directory of a user, will it be overwritten by the OS?
Thanks in advance.