0
votes
1answer
199 views

Simple python web server doesn't execute CGI scripts

I set up a simple python web server by opening a terminal in a directory and doing python -m CGIHTTPServer There is a CGI script in the directory but when I type into the browser ...
2
votes
1answer
549 views

New files and folders created, automatically inherit same permissions as parent folder

Does it exist? I create a folder with, let's say, all permissions set, and some services (i.e. Apache web server) create subfolders and put files there (uploaded media files from website users). Such ...
1
vote
3answers
420 views

chmod - change permissions on a file

I have a Python virtualenv, and the Python executable is located in the /bin directory. In this virtualenv I'll have to execute some unsafe code, that can damage my system. I tried to chmod a-r on the ...