I know the PID of a specific process and I want to disable the Internet access for this process and only for this process, so other process can access Internet.
Is there any way to do it?
I googled some stuff and found a way to disable Internet for executable programs.
But I need, for example, to have two running chrome, one having access to Internet and other not.
firefoxwindows? And have you tried it or not? – Lucio Jan 31 at 13:56killall -e chromeand it closed all windows of chrome – ShockwaveNN Jan 31 at 14:33