ArchLinux:Tips: Difference between revisions
From Wiki³
(Created page with "{{DISPLAYTITLE:{{TitleIcon|arch=true}} Tips & Tricks}}<metadesc>Tips and tricks for using an Arch Linux system. Most are also applicable to Linux in general.</metadesc> <div i...") |
(No difference)
|
Revision as of 02:07, 26 July 2017
| UNDER CONSTRUCTION: The document is currently being modified! |
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 |