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
Art -
Thara Pearlly -
James Li -
Vuong Bach Doan -
Top comments (0)