Zack Saadioui
8/26/2024
1
pgrep1
2
bash
pgrep ollama1
748771
kill1
2
bash
kill 748771
2
bash
kill -9 748771
pgrep1
kill1
2
bash
sudo systemctl stop ollama.service1
systemd1
2
bash
sudo systemctl disable ollama.service1
2
bash
sudo systemctl status ollama.service1
Powershell1
2
powershell
Get-Process | Where-Object {$_.ProcessName -like '*ollama*'} | Stop-Process1
brew services stop ollama1
Permission denied1
.plist1
sudoCopyright © Arsturn 2025