Quote:
Originally Posted by xina
oh thank you so much -- i saw the failed command notices but am obviously TOTALLY clueless about this stuff. i remember reading that i should never touch terminal if i don't know what i'm doing. and yet...well i had to go & fool around with it.
thank you so much for advice & help!
edit: just tried it out--
christinas-emac:~ chibbs$ cd /usr/local
christinas-emac:local chibbs$ mkdir bin
mkdir: bin: Permission denied
|
Permission denied means you don't have permission to do the command in this place. You need to su to root and try the command. Are you sure you don't have a bin? Do ls -l to find out and check permissions.
Dale