ps aux
list all process;
ps aux | grep "node index.js"
| take the result output to some place
grep "node index.js" filter the result
rm -r ll
delete recursively file
ps aux
list all process;
ps aux | grep "node index.js"
| take the result output to some place
grep "node index.js" filter the result
rm -r ll
delete recursively file
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)