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