Dne 17.8.2011 13:58, piše Long Wind:
I have a program It can be run by root only I want to add exec permission to other users so they can run it too how to use chmod?
Hi, to answer your question: /sudo chmod a+x filename/ For further details use /man chmod/. Cheers, Dejan