Browse Source

Started collection of Linux tips.

Tomi Cvetic 8 năm trước cách đây
mục cha
commit
05b3d71307
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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 `$ `