Zack Saadioui
8/26/2024
1
pgrep
1
2
bash
pgrep ollama
1
74877
1
kill
1
2
bash
kill 74877
1
2
bash
kill -9 74877
1
pgrep
1
kill
1
2
bash
sudo systemctl stop ollama.service
1
systemd
1
2
bash
sudo systemctl disable ollama.service
1
2
bash
sudo systemctl status ollama.service
1
Powershell
1
2
powershell
Get-Process | Where-Object {$_.ProcessName -like '*ollama*'} | Stop-Process
1
brew services stop ollama
1
Permission denied
1
.plist
1
sudo
Copyright © Arsturn 2025