Command Line

Various little command line programs

Cmd

Description

host

Get addr or reverse lookup

whatweb

Get webtechnologies

sudo -l

List commands runnable w/ sudo

uname

Show system info

lsb_release

Show OS info

ss -lnpt

Show listening ports

find . -ls -type f

Recursively list files

/proc/self/environ

See who we are

$IFS

Internal File Separator (space)

Last updated

Was this helpful?