John Baldwin: > > csh: Remove hardlink /.cshrc > > FWIW, this happens anytime you use /bin/csh as root's shell and boot into > single user mode.
if csh reads /.cshrc rather than /root/.cshrc, this feels like a bug in csh which should be fixed. is it relying on $HOME rather than using getpwuid() to find its home directory?