29 Apr
2014
29 Apr
'14
14:01
Benjamin wrote:
what is the difference between chmod 777 and chmod -x ? And must i also run chmod as sudo if i make an script for me as a normal user or does it suffice to run chmod as user?
Chmod 777 sets all bits, so everyone will have read, write and execute privileges. Chmod -x only enables the execute bit. You don't need to use sudo for your own files. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org