Главная страница | назад





Article #28118: How to change Kylix directory permissions for all users when installed as root.

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/

As an alternative to using chmod you may be able to change directory permisions from within a graphical directory browser on your machine, by right clicking on the kylix directory.

Last Modified: 13-DEC-01