Tips & Tricks
From Wiki³
UNDER CONSTRUCTION: The document is currently being modified! |
Back to Category:Arch Linux
Unformatted
Reboot into firmware.
# systemctl reboot --firmware |
Process list with tree and cpu/ram usage.
# ps xawuf |
Use netstat to list open ports and show processes attached to them.
# netstat -tulnp |
Listing directories without ls.
# echo * # find . -printf "%M\t%u\t%g\t%p\n" |