unix_commands_cheatsheet

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
unix_commands_cheatsheet [2024/07/02 03:38] lingaounix_commands_cheatsheet [2024/07/17 03:57] (current) root1
Line 1: Line 1:
 Rsync Rsync
  
-^ command ^ description ^ +<codeprism lang=bash> 
-| rsync -avzP --delete SRC DEST | keep two folders sync, SRC needs '/' 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.1719891503.txt.gz
  • Last modified: 2024/07/02 03:38
  • by lingao