updated notes
This commit is contained in:
@@ -96,5 +96,18 @@ sudo nmcli connection delete id "ens160" # Delete the ethernet connection
|
||||
sudo nmcli connection show # Show all connections
|
||||
```
|
||||
|
||||
## Manage and Monitor Processes
|
||||
|
||||
### top
|
||||
```bash
|
||||
top # Display running processes
|
||||
|
||||
top -o %MEM # Sort by memory usage
|
||||
|
||||
top -o %CPU # Sort by CPU usage
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user