Talk:Screenshot

From Pandora Wiki
Revision as of 15:52, 16 June 2011 by T4b (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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)