permissions issue [Printing phpinfo error message...]

Richard <[email protected]> Fri, 26 Jul 2019 12:31:44 +0000
Newsgroups gmane.comp.php.install
Message-ID <C5DDCC9B6574462D0FB26A95@[192.168.1.37]>

> Date: Thursday, July 25, 2019 22:43:18 -0400
> From: Steven Blinn <[email protected]>
>
> Hey there...I'm trying to create index.php file inside the Sites
> directory by running the following command $ touch ~/Sites/index.php
> 
> However, I'm getting the following error message
> touch: /Users/stevenblinn/Sites/index.php: Permission denied
> 

Check your permissions, as indicated by the message you are getting.
Make certain that whatever user you are running that command as has
permission to write to the "/Users/stevenblinn/Sites/" directory.

I have changed the subject line to more accurately reflect the issue
you raise in your message.