[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dircolors



nx13372 wrote:
This is my .bashrc:
export PS1='\[\033[01;28m\]\t \[\033[01;31m\]\u@\h\[\033[01;34m\]\w\$\[\033[00m\]'
umask 022
export LS_OPTIONS='--color=auto'
eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'

I put this in /root and in a "normal" user. In root works, but in user "net" dont!
Why?
What i must to do?

thanks.



Check the file permissions, if you copied the file as root, the user may not be able to read it.

PaulNM



Reply to: