This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
tomi
/
Tutorials
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
master
Ramuri
Etichete
master
Tutorials
/
Linux
/
admin.md
admin.md
279 B
Permalink
Istoric
Crud
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>