Linux
Rights et ownership
Arguments
- u User
- g Group
- o Others
- a All
- + Add
- - Remove
- = Assignment
- R Read
- W Write
- X Execute
- D Directory
View rights, ownership and hidden files
Change rights
Change ownership
Date
Configure local time
Network
Linux have an hosts file /etc/hosts
Find open ports on a machine
Bash
netstat -lnup
# Variant version with automatique refresh for live monitoring purpose
watch netstat -lnup
Certificates
Import root certificate on linux
Others
Usefull website to find package from many linux distros