I have this broken fedora linux server which runs unitrends which i have been assigned to fix.
the folder /usr/bp/data is highlighted in red and blinking when I do an 'ls' on it.

any ideas what this means?

link|improve this question

32% accept rate
feedback

3 Answers

up vote 4 down vote accepted

Broken symlink.

gnome-terminal screenshot

Yup, santaclaus does not exist.

(Probably blinking on terms that support it, gnome-terminal doesn't)

link|improve this answer
Funny while still answering the question and not being obnoxious, nice!! – Kyle Brandt Aug 10 '09 at 15:33
feedback

You should have a file /etc/DIR_COLORS. Look in there to see what color coding means what.

link|improve this answer
feedback

To see where a link was pointing. You can use ls -l or the readlink -f command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.