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 [EMAIL PROTECTED]
N 43:00.000' W 074:31.875' ALT:1144 ft
84 Henry Street #3C Brooklyn  NY 11201     USA


----- Original Message -----
From: "Tom Foster" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 9:23 AM
Subject: [REBOL] permissions reminder?


> Hey guys,
>
> A long time ago, in a galaxy far, far away, someone posted
> an example of how to set file permissions with rebol, as in:
>
>   chmod 755 file.r
>
> Could someone please help me locate the old post, or just
> tell me how it's done?
>
> Thanks,
>
> -tom


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to