# 9.0 System Processes and Systemd ### Topics - SystemD - Processes - Priority ### Reading List Chapter: 10 ### Commands |Command|Action| |:-|:-| |systemctl|Command to interacte with systemd and processes| |curl|Request URL information and much more one of the most powerfull linux http commands| |nice/renice|Change process priority| |top|See process usage information| |ps|show list of processes| |sha1sum|Check sha1 160-bit encryption| |jobs|Shows the jobs your shell is running| |kill|Kill a process on diffrent possible levels|