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
unix_commands_cheatsheet [2024/07/17 01:55] root1unix_commands_cheatsheet [2024/07/17 03:57] (current) root1
Line 2: Line 2:
  
 <codeprism lang=bash> <codeprism lang=bash>
- 
 # keep two folders sync, SRC needs '/' tailing # keep two folders sync, SRC needs '/' tailing
 rsync -avzP --delete SRC DEST  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> </codeprism>
  • unix_commands_cheatsheet.1721181324.txt.gz
  • Last modified: 2024/07/17 01:55
  • by root1