Executabale files on linux

When using cron with Yii an error along the lines of “bash: ./yiic: Permission denied” will appear unless you first make yiic executable.

The eas­i­est way to do this is to run the fol­low­ing com­mand in your frame­work directory:

chmod +x yiic

The x sim­ply means “eXecutable”.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply