Using CakePHP’s Bake on Linux
If you want to use CakePHP's bake tool on Linux command line (like I have development environment on Linux) then you can ssh to your linux box as shown in the screen shot below Second, you can execute the cake bake command in the following manner [code lang="plain"]./cake/console/cake bake[/code] as shown in the picture below