This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
tomi
/
Tutorials
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
Tutorials
/
Linux
/
admin.md
admin.md
279 B
Permalink
Histórico
Raw
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>