What does it mean when ls -al gives output in red?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Centos 7, elasticsearch 5.x.
I am tracing an issue where elasticsearch becomes non responsive to logstash. (both running locally)
I measure the open handles, as we have had problems on the logstash side with this.
Today, when I run the below:
ls -al /proc/`pgrep -f elasticsearch`/fd
I see something I have never seen before: Some output lines in red (see below).
What does the red mean?

centos ls
add a comment |Â
up vote
0
down vote
favorite
Centos 7, elasticsearch 5.x.
I am tracing an issue where elasticsearch becomes non responsive to logstash. (both running locally)
I measure the open handles, as we have had problems on the logstash side with this.
Today, when I run the below:
ls -al /proc/`pgrep -f elasticsearch`/fd
I see something I have never seen before: Some output lines in red (see below).
What does the red mean?

centos ls
Related: unix.stackexchange.com/q/94498/117549
â Jeff Schaller
Feb 10 at 1:24
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Centos 7, elasticsearch 5.x.
I am tracing an issue where elasticsearch becomes non responsive to logstash. (both running locally)
I measure the open handles, as we have had problems on the logstash side with this.
Today, when I run the below:
ls -al /proc/`pgrep -f elasticsearch`/fd
I see something I have never seen before: Some output lines in red (see below).
What does the red mean?

centos ls
Centos 7, elasticsearch 5.x.
I am tracing an issue where elasticsearch becomes non responsive to logstash. (both running locally)
I measure the open handles, as we have had problems on the logstash side with this.
Today, when I run the below:
ls -al /proc/`pgrep -f elasticsearch`/fd
I see something I have never seen before: Some output lines in red (see below).
What does the red mean?

centos ls
asked Feb 9 at 22:10
samsmith
4231414
4231414
Related: unix.stackexchange.com/q/94498/117549
â Jeff Schaller
Feb 10 at 1:24
add a comment |Â
Related: unix.stackexchange.com/q/94498/117549
â Jeff Schaller
Feb 10 at 1:24
Related: unix.stackexchange.com/q/94498/117549
â Jeff Schaller
Feb 10 at 1:24
Related: unix.stackexchange.com/q/94498/117549
â Jeff Schaller
Feb 10 at 1:24
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
From this link
Red: Archive file
Red with black background: Broken link
In your case, those are broken links.
add a comment |Â
up vote
3
down vote
It's a broken symlink. But since those FDs are open on virtual objects it's impossible to resolve them within the context of the filesystem regardless.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
From this link
Red: Archive file
Red with black background: Broken link
In your case, those are broken links.
add a comment |Â
up vote
2
down vote
accepted
From this link
Red: Archive file
Red with black background: Broken link
In your case, those are broken links.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
From this link
Red: Archive file
Red with black background: Broken link
In your case, those are broken links.
From this link
Red: Archive file
Red with black background: Broken link
In your case, those are broken links.
answered Feb 9 at 22:36
Isaac
6,6381734
6,6381734
add a comment |Â
add a comment |Â
up vote
3
down vote
It's a broken symlink. But since those FDs are open on virtual objects it's impossible to resolve them within the context of the filesystem regardless.
add a comment |Â
up vote
3
down vote
It's a broken symlink. But since those FDs are open on virtual objects it's impossible to resolve them within the context of the filesystem regardless.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
It's a broken symlink. But since those FDs are open on virtual objects it's impossible to resolve them within the context of the filesystem regardless.
It's a broken symlink. But since those FDs are open on virtual objects it's impossible to resolve them within the context of the filesystem regardless.
answered Feb 9 at 22:13
Ignacio Vazquez-Abrams
32.1k66780
32.1k66780
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f423129%2fwhat-does-it-mean-when-ls-al-gives-output-in-red%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Related: unix.stackexchange.com/q/94498/117549
â Jeff Schaller
Feb 10 at 1:24