Linux commands

From DevOps Notebook
Revision as of 11:02, 26 December 2019 by MilosZ (talk | contribs)

find - search files or directories
netstat - displays active TCP connections, ports on which the computer is listening, routing tables and network protocol statistics
diff - compare files line by line
ls - list directory and files
sed - stream editor (edit from command line)
du - disk usage
grep - search text or regexp pattern in files