Question: The following command 'find / - type f - perm / u + s 2 ? d > e v ? null' uses the find
The following command 'find type perm us null' uses the find command to search for files with the suid bit set. The argument specifies the root directory to start the search from. The perm us argument specifies the permission mask for the search, and the type f argument specifies to only search for files. The null argument at the end of the line is used to redirect error messages to null to suppress any error messages generated by the find command. The output of the script will be a list of all files with the suid bit enabled. The permissions of each file are displayed in octal format, and the in the display indicate the presence of the suid bit.
How many files in UNG ParrotSec's VM are their suid bit enabled?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
