SIMULATION -
What argument to the -type option of find will match files that are symbolic links? (Specify only the argument and no other options or words.)
SIMULATION -
What argument to the -type option of find will match files that are symbolic links? (Specify only the argument and no other options or words.)
The argument to the -type option of find that will match files that are symbolic links is 'l'. When using the find command to search for symbolic links, you should specifically use -type l without any additional options or words.
Completely wrong : the answer should be -type l (for link)