View Single Post
  #2   (View Single Post)  
Old 15th August 2008
anomie's Avatar
anomie anomie is offline
Local
 
Join Date: Apr 2008
Location: Texas
Posts: 445
Default

Someone with a little more context/history may have a better explanation, but here's my guess.

First, notice that /.cshrc is hardlinked to /root/.cshrc.
Code:
> ls -i /root/.cshrc /.cshrc
9 /.cshrc	9 /root/.cshrc
Now, imagine booting the system to single-user mode, where no filesystems other than / are mounted. I'd imagine (but I have not tested this) that /.cshrc will be executed (assuming csh is used as root's shell), so any nice customizations you've made in /root/.cshrc will still be there in single-user mode.

Other explanations will follow I'm sure.
__________________
Kill your t.v.
Reply With Quote