Difference between revisions of "Linux Privilege Escalation"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "== Check Kernel version == <syntaxhighlight lang="bash"> uname -r cat /proc/version dmesg | grep Linux </syntaxhighlight>")
Tag: visualeditor
(No difference)

Revision as of 08:45, 9 May 2019

Check Kernel version

uname -r
cat /proc/version
dmesg | grep Linux