On Tue, 16 Sep 2003 15:23:39 +0200 (CEST) David List wrote: > > Is there any way I can see *precisely* what happens during a user's > login - what files are being sourced and such?
Interesting idea. Try adding the line "echo $0" to all relevant files in /etc/ and in $HOME/ Those should perhaps be: $HOME/.bash_profile $HOME/.bashrc $HOME/.profile /etc/bash.bashrc /etc/bash_completion /etc/environment /etc/profile (any others?) Then you should be able to see a 'trace' of the login process... -- Carlos Sousa http://vbc.dyndns.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

