3

I am setting up a ubuntu web server. Id like to customize everyones bash prompt a bit. (As in $PS1) Editing /etc/bash.bashrc doesn't seem to work, I assume cause ~/.bashrc over writes it. The question is, when a new user is made, what creates its .bashrc? I would like every user of this system to have the same prompt.

Server is Ubuntu Server 10.4 LTS

Thanks, Russell "TheDigitalNinja" Perkins

The Digital Ninja
  • 764
  • 4
  • 10
  • 25

1 Answers1

17

It's copied from /etc/skel/.bashrc for new users

WheresAlice
  • 5,530
  • 2
  • 24
  • 20