Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| unix_commands_cheatsheet [2024/07/02 03:38] – lingao | unix_commands_cheatsheet [2024/07/17 03:57] (current) – root1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Rsync | Rsync | ||
| - | ^ command ^ description ^ | + | < |
| - | | rsync -avzP --delete SRC DEST | keep two folders sync, SRC needs '/' | + | # keep two folders sync, SRC needs '/' |
| + | rsync -avzP --delete SRC DEST | ||
| + | </ | ||
| + | |||
| + | nslookup | ||
| + | |||
| + | < | ||
| + | # How to specify a DNS server in nslookup? | ||
| + | nslookup isc.org 8.8.8.8 | ||
| + | </ | ||