Changing File permissions

$ chmod 755 test.cgi

To view permissions of files in a directory run: ls -l

We want CGI Scripts to have permissions to look like this:

TODO: Insert image

Change permissions using chmod: https://askubuntu.com/questions/932713/what-is-the-difference-between-chmod-x-and-chmod-755 $ chmod 755 <filename> is whats needed

TODO: Insert image

Journal