Sfoglia il codice sorgente

Started collection of Linux tips.

Tomi Cvetic 8 anni fa
parent
commit
05b3d71307
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      Linux/admin.md

+ 12 - 0
Linux/admin.md

@@ -0,0 +1,12 @@
+# Linux admin tips
+
+## General
+* Show processes `$ ps -eF`
+
+## Networking
+* Find open ports: `$ netstat -tulpn`
+* Scan for open ports: `$ nmap -sT [addr]`
+
+## User management
+* Create regular user `$ `
+* Create system user `$ `