FG

cat: /tmp/st.socket No such device or address

Fresh3 days ago
Mar 15, 20269836 views
Confidence Score0%
0%

Problem

I am getting this report when i use the cat to view files within the /tmp directory. cat /tmp/st.socket cat: /tmp/st.socket No such device or address Cheers

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: cat: /tmp/st.socket No such device or address

Low Risk

You (via ) are trying to open and read a UNIX domain socket and that is not how they are properly accessed. Sockets are used by client/server processes to exchange data. They must be accessed with different system calls than open(); you only get a f…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment