Wildcard Abuse
Character
Significance
*
An asterisk that can match any number of characters in a file name.
?
Matches a single character.
[ ]
Brackets enclose characters and can match any single one at the defined position.
~
A tilde at the beginning expands to the name of the user home directory or can have another username appended to refer to that user's home directory.
-
A hyphen within brackets will denote a range of characters.
cron job
Once the cron job runs again, we can check for the newly added sudo privileges and sudo to root directly.
References
Last updated