• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

default bashrc file

W

wardjame

Guest
I use the shell a lot to log in and perform quick tasks for my various clients. Is there a single location where I can edit the bashrc file used for these logins? The default prompt and colors are driving me nuts.

I would also like to setup a default .vimrc for all users since I frequently use vim to make quick changes.

Thanks in advance.
 
These clients are all on the same server I presume? You could just move up to root and set your settings in the root account. Or you could edit /etc/bashrc and /etc/vimrc to set system-wide bash and vim settings (which can be overridden using .bashrc and .vimrc files in the user's homedirs).
 
how can we allow the users to create the person .bashrc files since the users homedir are not writable by default?

are we to always use root to create them and chowning the file to the appropriate user?
 
I'm adraid so. Or maybe you can add .bashrc and .vimrc files to the skeleton so they are created when a new domain is created.
 
Back
Top