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>

Revision as of 16:49, 19 November 2019

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)