Repository of convenient terminal commands
This article will be filled with convenient terminal commands for my own reference.
Logs
Check latest logs in linux
Navigation
journalctl -xe
Go back to previous location
cd -
Other
List all services
service --status-all
Permissions
Show read / write permissions as numbers
find . -maxdepth 1 -printf "%m %f\\n"
Services
See under which user a service is running
ps -ef