Difference between revisions of "Talk:Screenshot"

From Pandora Wiki
Jump to: navigation, search
(Created page with ": chmod ugo+rwx snapsnap.sh : :give executable access to the current user (the one you are logged in as) : : chmod +x snapsnap.sh Why give all users read and write access? If the...")
(No difference)

Revision as of 15:52, 16 June 2011

chmod ugo+rwx snapsnap.sh
give executable access to the current user (the one you are logged in as)
chmod +x snapsnap.sh

Why give all users read and write access? If they can execute it it should be enough. Then, if you already gave everyone every right, why do you give yourself execution rights again? A single "chmod a+x snapshot.sh" should do the job. T4b 17:52, 16 June 2011 (CEST)