I want user to use Whois in my website, so I am using ubuntu server and Flask, now the problem is should I run a os.system("whois " + domain)
. Because it will run the system for all the user who are using the site.
So is there anyway to run the system commands as an instance for every user? like the command only affect the current using user.
and also not only whois, I want to run my own binaries also like this