Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 287 Bytes

commands.md

File metadata and controls

26 lines (20 loc) · 287 Bytes

SSH

# Exit a stuck ssh or terminal session
~.ENTER

Text

# Output binary data as ASCII, hex, etc.
cat binary-file > od

Kernel

# See what options were used to boot the kernel
cat /proc/cmdline

# See running kernel version
uname -a