From ca64cc06cafa527d2057b004ee205f9a2ba9be85 Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Wed, 6 Apr 2022 13:39:39 -0400 Subject: [PATCH] Update README.md --- modules/cold-extraction/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cold-extraction/README.md b/modules/cold-extraction/README.md index 7d127bd..b6802b3 100644 --- a/modules/cold-extraction/README.md +++ b/modules/cold-extraction/README.md @@ -209,7 +209,7 @@ If you find an error such as: "IndexError: list index out of range", that indica Fix them and restart your Python process, by first finding and killing your python process and then starting Niffler as before. ``` -$ ps -xa | grep python +$ sudo ps -xa | grep python 1866 ? Ss 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers @@ -219,7 +219,7 @@ $ ps -xa | grep python 3384 pts/0 S+ 0:00 grep --color=auto python -$ kill 2926 +$ sudo kill 2926 ``` You might need to run the above command with sudo to find others' Niffler processes.