Explorar el Código

Started collection of Linux tips.

Tomi Cvetic hace 8 años
padre
commit
05b3d71307
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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 `$ `