unix_commands_cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
unix_commands_cheatsheet [2024/07/02 03:30] – created lingaounix_commands_cheatsheet [2024/07/17 03:57] (current) root1
Line 1: Line 1:
 Rsync Rsync
  
-^ command ^ description ^ +<codeprism lang=bash> 
-rsync -avzP SRC DEST | SRC need '/' tailing |+# keep two folders sync, SRC needs '/' tailing 
 +rsync -avzP --delete SRC DEST  
 +</codeprism> 
 + 
 +nslookup 
 + 
 +<codeprism lang=bash> 
 +# How to specify a DNS server in nslookup? 
 +nslookup isc.org 8.8.8.8 
 +</codeprism>
  • unix_commands_cheatsheet.1719891025.txt.gz
  • Last modified: 2024/07/02 03:30
  • by lingao