Whose `I-Node` does `netstat -ap` for unix domain sockets refer to?

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
What does I-Node mean in the output of netstat -ap for unix domain sockets?
It seems not the same as the inode of the socket file:
$ netstat -ap
...
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 2794745 - /tmp/emacs1001/server
...
$ sudo ls -i -l /tmp/emacs1001/server
11796488 srwx------ 1 testme testme 0 Nov 30 19:22 /tmp/emacs1001/server
Thanks.
files socket inode netstat
add a comment |
up vote
1
down vote
favorite
What does I-Node mean in the output of netstat -ap for unix domain sockets?
It seems not the same as the inode of the socket file:
$ netstat -ap
...
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 2794745 - /tmp/emacs1001/server
...
$ sudo ls -i -l /tmp/emacs1001/server
11796488 srwx------ 1 testme testme 0 Nov 30 19:22 /tmp/emacs1001/server
Thanks.
files socket inode netstat
1
I don't get that column with netstat (Proto, Recv-Q, Send-Q, Local Address, Foreign Address, State, PID/Program name). But a socket can have an inode. See stackoverflow.com/questions/27659460/…
– melds
Dec 3 at 22:21
@melds Thanks. Could you be specific of what the inode in netstat output and the inode shown by ls mean respectively?
– Tim
Dec 3 at 23:45
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
What does I-Node mean in the output of netstat -ap for unix domain sockets?
It seems not the same as the inode of the socket file:
$ netstat -ap
...
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 2794745 - /tmp/emacs1001/server
...
$ sudo ls -i -l /tmp/emacs1001/server
11796488 srwx------ 1 testme testme 0 Nov 30 19:22 /tmp/emacs1001/server
Thanks.
files socket inode netstat
What does I-Node mean in the output of netstat -ap for unix domain sockets?
It seems not the same as the inode of the socket file:
$ netstat -ap
...
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 2794745 - /tmp/emacs1001/server
...
$ sudo ls -i -l /tmp/emacs1001/server
11796488 srwx------ 1 testme testme 0 Nov 30 19:22 /tmp/emacs1001/server
Thanks.
files socket inode netstat
files socket inode netstat
asked Dec 3 at 22:09
Tim
25.3k73243447
25.3k73243447
1
I don't get that column with netstat (Proto, Recv-Q, Send-Q, Local Address, Foreign Address, State, PID/Program name). But a socket can have an inode. See stackoverflow.com/questions/27659460/…
– melds
Dec 3 at 22:21
@melds Thanks. Could you be specific of what the inode in netstat output and the inode shown by ls mean respectively?
– Tim
Dec 3 at 23:45
add a comment |
1
I don't get that column with netstat (Proto, Recv-Q, Send-Q, Local Address, Foreign Address, State, PID/Program name). But a socket can have an inode. See stackoverflow.com/questions/27659460/…
– melds
Dec 3 at 22:21
@melds Thanks. Could you be specific of what the inode in netstat output and the inode shown by ls mean respectively?
– Tim
Dec 3 at 23:45
1
1
I don't get that column with netstat (Proto, Recv-Q, Send-Q, Local Address, Foreign Address, State, PID/Program name). But a socket can have an inode. See stackoverflow.com/questions/27659460/…
– melds
Dec 3 at 22:21
I don't get that column with netstat (Proto, Recv-Q, Send-Q, Local Address, Foreign Address, State, PID/Program name). But a socket can have an inode. See stackoverflow.com/questions/27659460/…
– melds
Dec 3 at 22:21
@melds Thanks. Could you be specific of what the inode in netstat output and the inode shown by ls mean respectively?
– Tim
Dec 3 at 23:45
@melds Thanks. Could you be specific of what the inode in netstat output and the inode shown by ls mean respectively?
– Tim
Dec 3 at 23:45
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f485780%2fwhose-i-node-does-netstat-ap-for-unix-domain-sockets-refer-to%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I don't get that column with netstat (Proto, Recv-Q, Send-Q, Local Address, Foreign Address, State, PID/Program name). But a socket can have an inode. See stackoverflow.com/questions/27659460/…
– melds
Dec 3 at 22:21
@melds Thanks. Could you be specific of what the inode in netstat output and the inode shown by ls mean respectively?
– Tim
Dec 3 at 23:45