Difference between revisions of "Linux Privilege Escalation"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (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