ls flashing red


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users ls flashing red
# 1  
Old 09-26-2011
ls flashing red

Can someone please tell me what the flashing red means?

Image
# 2  
Old 09-26-2011
It means that the file the link points to does not exist. ls -L it.
# 3  
Old 09-26-2011
Quote:
Originally Posted by scottn
It means that the file the link points to does not exist. ls -L it.
Yep your right Smilie.

Code:
ls -L
ls: cannot access libnpjp2.so: No such file or directory

# 4  
Old 09-26-2011
Hi COKEDUDE, you are trying to link a file with a * in the path, this is not possible with a link.
# 5  
Old 09-26-2011
Good catch! I missed that.

This puts a different complexion on your other thread, COKEDUDE.
# 6  
Old 09-26-2011
Quote:
Originally Posted by hombreopaco
Hi COKEDUDE, you are trying to link a file with a * in the path, this is not possible with a link.
This is what I tried to do. I didn't know what version of jre I had so I tried to use wildcards.

Code:
cd /usr/lib/mozilla/plugins
ln -s /usr/java/jre*/lib/i386/libnpjp2.so

# 7  
Old 09-26-2011
wildcards don't work inside a link.

wildcards don't work in anything but a shell.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies

2. Shell Programming and Scripting

Flashing and Animated Scripts ..

Guy's is there some one has Flashing and Animated Scripts .. like the welcoming interface coming in AIX and Flashing or Animated Scripts to beautify the manuscript ... :) ... (0 Replies)
Discussion started by: ITHelper
0 Replies

3. Red Hat

Red-hat

Hello, How do I see what IP addresses are connected to my machine? thanks (2 Replies)
Discussion started by: sonomao
2 Replies

4. UNIX for Dummies Questions & Answers

flashing cursor

I am running a psychology experiment with a UNIX shell script as a front end. This precedes each trial: echo -e "\n\n\n ***Ready***" sleep 1 clear Is there a way to get rid of the flashing cursor after the clear command has been executed or another command I could use instead? It is a... (0 Replies)
Discussion started by: darwin_886
0 Replies

5. HP-UX

System LED flashing

hi guys, i have 2 hp-ux servers at my office with flashing system LED. am very new to hp-ux...no much of access directly to the server. how can i check for faults relating to this flashing of this system LED? the DC is pretty far from my office...all i have is an ssh access into the server.... (4 Replies)
Discussion started by: cromohawk
4 Replies

6. Linux

red hat ee 2.6.9-42

hello. I would be greatfull if someone could tell me how will i see what dns server and gateway my red hat server uses. I tryied to find out by typing ifconfig command but i got : -bash: ifconfig: command not found , although man ifonconfig gives output with info about using that command. Is... (3 Replies)
Discussion started by: tonijel
3 Replies

7. UNIX for Dummies Questions & Answers

UNIX Command for flashing????

What's the command to show text on any Xwindow that makes the text flashing / blinking ??? (1 Reply)
Discussion started by: rwunwla
1 Replies
Login or Register to Ask a Question