Basic Mac OS X terminal commands
Posted under » Mac on 4 March 2010
Although Mac OS X is essentially linux however, there are slight differences among linux like Ubuntu. Here are some of the linux commands which is different that I came across. Most notably the placement of -R.
chown -R user /Users/user/Sites/garth/* chmod -R 664 /Users/user/Sites/garth/*
