2024-06-03

This commit is contained in:
2024-06-03 07:04:29 -07:00
commit a6071a4073
273 changed files with 16707 additions and 0 deletions

17
_-Review/crontab.md Normal file
View File

@ -0,0 +1,17 @@
---
type: "note"
created: "2024-04-08T22:34:39.830Z"
updated: "2024-04-08T22:34:43.299Z"
---
# crontab
```bash
crontab -l
crontab -r
crontab -e
```
```conf
*/2 * * * * nmap -n -sn -Pn 192.168.31.19 192.168.31.82 -oN /var/www/html/on-results.txt
```