Linux-Commands
Linux-Commands
Managing Files
Process Management
User Management
● sudo useradd newuser – Adds a new user (replace newuser with actual name).
File Permissions
Networking
● sleep 1000 & – Starts a dummy background process that sleeps for 1000
seconds.
● sudo kill [PID] – Stops the process with the given PID.