Difference between revisions of "Linux commands"
From DevOps Notebook
(Created page with "find - search files or directories <br> netstat - displays active TCP connections, ports on which the computer is listening, routing tables and network protocol statis...") |
|||
Line 1: | Line 1: | ||
[[find]] - search files or directories <br> | [[find]] - search files or directories <br> | ||
− | [[netstat]] - displays active TCP connections, ports on which the computer is listening, routing tables and network protocol statistics <br | + | [[netstat]] - displays active TCP connections, ports on which the computer is listening, routing tables and network protocol statistics <br> |
+ | [[diff]] - compare files line by line <br> | ||
+ | [[ls]] - list directory and files <br> | ||
+ | [[sed]] - stream editor (edit from command line) <br> |