Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: permissions reminder?

From: jason:cunliffe:verizon at: 14-May-2002 13:44

Hi Tom Use and security needs define the permission you need to set. For making a rebol script executable on a Unix/Linux system, yes it is very common to use chmod 755 somescript.r As well as the script permsissions itself, you may need to pay attention to the permissions for teh folder the script lives. Managing the owner and group a file or folder is essential too for many uses. It is very worth while to study up on, and experiment with permission settings. They are crucial to make sure FTP software will work properly and Apache in cgi-bin, or if you when other programs need to use your rebol scripts. Also when reading and writing from data files which rebol is creating or sharing. In rebol there is no hard line between data and programs. It is a continuum so the use is imporant to define which permissions to assign for rebol scripts. There are many handy tutorials in books and online. Here's a couple which may help you: chmod tutorial http://bruce-hamilton.com/tutorials/chmod.shtml An Introduction to Unix Permissions http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html CHMOD 2.0 by CodeBrain.com is a utility that aids in selecting and translating UNIX CHMOD file and directory permission settings. http://www.codelifter.com/chmod2index.html Using chmod http://jgo.local.net/LinuxGuide/linux-chmod.html chmod Tutorial http://catcode.com/teachmod/ hth ./Jason ______________________________________________ Jason Cunliffe [NOMADICS: Director art+design] Tel/fax: +1 718 422-1078 [jasonic--nomadics--org] N 43:00.000' W 074:31.875' ALT:1144 ft 84 Henry Street #3C Brooklyn NY 11201 USA