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):
974964800c
Rami (Branch)
Tag
master
Tutorials
/
Linux
/
admin.md
admin.md
279 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
$
Add user to group
$ adduser <username> <group>