php - Textmate now requires my password? -
I am following the tutorial on Kevin Skagen's "MySQL Using PHP" Linux. In the installation, he uses Sudo to configure the stuff and open the files. This is all on the terminal for the Macintosh computer. She starts the Apache server using sudo apachectl start
or restart
. He opens several pages with the Nano Text Editor (which is used in the terminal) and he uses the sudo
before most commands, he goes to the page, such as php.ini .
Before I started my course, I installed php and MySQL in a different way, there were some problems with 'socket' (I am also not familiar with what a socket is ). That is why I had to go to the installation chapter to install everything in a sudo manner (I know that petrol itself is dangerous due to smoking at petrol station).
So now when I go to the textbook, it needs to constantly save the files and files in my project's drawer glow red in my user password. Besides, if I type my password, then It makes sound, which means "you can not do it!" Can you please tell me how to stop the password requirement? Please help! Thank you.
Edit: OK, when I use ls -la
in my php folder, the files come with "R-R-R-R-A" Are there. Does anyone know how to change permissions?
Comments
Post a Comment