This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
tomi
/
Tutorials
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
05b3d71307
Rami (Branch)
Tag
master
Tutorials
/
Linux
/
admin.md
admin.md
228 B
Cronologia
Originale
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
$