System Enumeration
Get kernel version
uname -acat /proc/version
cat /etc/issueView the architecture
lscpuView processes
ps aux
ps aux | grep rootLast updated
Was this helpful?
uname -acat /proc/version
cat /etc/issuelscpups aux
ps aux | grep rootLast updated
Was this helpful?
Was this helpful?