Multiple choice technology programming languages Which file test can be done to see if a file is a socket? -s -l -S -k Reveal answer Fill a bubble to check yourself C Correct answer Explanation In Unix and Linux file test operators, -S is specifically used to determine if a file is a socket. This is a duplicate of a previous question testing the same command-line flag.