On Wednesday 13 September 2006 14:26, Pupeno wrote: > Hello, > I have created a file > > /etc/profile.d/aliases.sh > > containing > > aliases.sh > > and when I log in as root it is clearly loaded. But when I log in as > my normal user, it is not. Any ideas ?
Looking at the shell initialization files, seems that the only script which checks the contents of /etc/profile.d and sources some files from there is /etc/csh.cshrc (unless I missed some). So, is your root account using csh as its default shell and the normal user instead uses bash? -- [email protected] mailing list

