MFDGaming / ubuntu-in-termux

This is a script by which you can install Ubuntu in your termux application without a rooted device
1.58k stars 390 forks source link

How do i kill a port/process? #135

Open doctorerre opened 1 year ago

doctorerre commented 1 year ago

Hello, btw i want to congrats all the developers for this nice proyect is amazing... said that .... how can i kill a port/process?

on normal ubuntu i used to run pkill -f jupyter as example ...

in this environment would be?

regards and thanks

eraselk commented 7 months ago

just use kill $(pidof )