Przeglądaj źródła

Started collection of Linux tips.

Tomi Cvetic 8 lat temu
rodzic
commit
05b3d71307
1 zmienionych plików z 12 dodań i 0 usunięć
  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 `$ `