29 Apr
2014
29 Apr
'14
14:03
James Knott 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
Benjamin wrote: privileges. Chmod -x only enables the execute bit. You don't need to use sudo for your own files.
Sorry, -x remove execute. Use +x to add it. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org