Difference between revisions of "Linux commands"

From DevOps Notebook
Line 4: Line 4:
 
[[ls]] - list directory and files <br>
 
[[ls]] - list directory and files <br>
 
[[sed]] - stream editor (edit from command line) <br>
 
[[sed]] - stream editor (edit from command line) <br>
 +
[[du]] - disk usage <br>

Revision as of 11:43, 7 December 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)
du - disk usage