Sorry, I was missing for some days. Personal business.
To apologize, these questions will remain open until Friday the 30th.
DAY 21
Linux talking, this line of code search into the machine exeguible commands runable as root without be root.
find / -type f -perm -u=s 2> /dev/null
What is the function of this piece of code?
2> /dev/null
- Does nothing, it's an error
- Bypass any Unix filters
- Search for administrators group permission in files
- Redirect errors by ignoring them
- Search in subfolder