ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

chown not chmod #200

Closed jrhorn424 closed 7 years ago

jrhorn424 commented 7 years ago

This is wrong: chmod -R $(whoami):admin /usr/local

correct: chown -R $(whoami):admin /usr/local