Question:
How do I change the directory permissions for Kylix so all users can run it?
Answer:
Even if you installed into the /usr directory you may need to change the permissions for that directory so other users can run Kylix. To do this open a terminal window. If you are not currently logged in as root you can temporarily log in as root within the terminal window by entering su and then entering your password. Then, as root, enter the following:
cd /usr chmod -R 755 kylix/
Last Modified: 13-DEC-01