On Aug 26, 5:50 am, Gian-Gabriel Cappuccio <[email protected]> wrote:
> Hello,
> I am doing the Lab 1034. 
> Link:http://www.javapassion.com/handsonlabs/javacontrol/index.html
>
> I have downloaded and unziped the file 1034_javacontrol.zip but when I try
> to enter to the javacontrol folder the systems says: "The folder
> "javacontrol" could not be opened because you do not have sufficient access
> privileges"
>
> I am using Mac OS X
>
> What can I do to access the folder?
Double click the zip file to unzip it.
Open the terminal.
Type in it:
cd
(that is cd and type on the space bar)
Then drag and drop in the terminal the folder which contains the zip
file.
Then type:
chmod 755
(that is chmod 755 and type on the space bar)
drag and drop the unzipped folder in the terminal
press the return key.

Explanation: the unzipped folder has no permissions at all, so that
everybody is denied access to it.
The chmod command allows you to change permissions by a combination of
numbers which give read/write/execute access to group, owner, others.
Read the man page to get the whole explanation (in the terminal):
man chmod

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to