Page 1 of 1

i'd like to change right (chmod) for my files ...

PostPosted: 05. October 2006 18:06
by sanktusmw
how can I change the right to 0777

where can I find the filesystem of my xampp for windows

PostPosted: 05. October 2006 18:09
by Wiedmann
how can I change the right to 0777

First you need a *nix and then with the command chmod.

where can I find the filesystem of my xampp for windows

Sorry, don't understand.

do I need to open the file using fopen before I can change..

PostPosted: 05. October 2006 18:13
by sanktusmw
rights of my files do you know any script which does that job

i mean there must be a filesystem in which

PostPosted: 05. October 2006 18:19
by sanktusmw
I can change rights manually like in the following example:

a0551@smail2$ ls -l poster*
-rw------- 1 a0551 66 8 Oct 19 16:17 poster.ps
-rw------- 1 a0551 66 8 Oct 21 12:59 poster.ps.old
a0551@smail2$ chmod a+x poster.ps
a0551@smail2$ ls -l poster*
-rwx--x--x 1 a0551 66 8 Oct 19 16:17 poster.ps
-rw------- 1 a0551 66 8 Oct 21 12:59 poster.ps.old
a0551@smail2$ chmod g+wr poster.ps.old
a0551@smail2$ ls -l poster*
-rwx--x--x 1 a0551 66 8 Oct 19 16:17 poster.ps
-rw-rw---- 1 a0551 66 8 Oct 21 12:59 poster.ps.old
a0551@smail2$ chmod g-w poster.ps.old
a0551@smail2$ ls -l poster*
-rwx--x--x 1 a0551 66 8 Oct 19 16:17 poster.ps
-rw-r----- 1 a0551 66 8 Oct 21 12:59 poster.ps.old
a0551@smail2$ chmod a+rwx poster.ps
a0551@smail2$ ls -l poster*
-rwxrwxrwx 1 a0551 66 8 Oct 19 16:17 poster.ps
-rw-r----- 1 a0551 66 8 Oct 21 12:59 poster.ps.old

PostPosted: 05. October 2006 18:26
by Wiedmann
One question:
You have post in the Windows forum. You have Windows or Linux?

xampp for windows 2000

PostPosted: 06. October 2006 11:22
by sanktusmw
I use xampp for windows 2000

PostPosted: 06. October 2006 11:43
by Wiedmann
use xampp for windows 2000

Hmm, but that:
sanktusmw wrote:a0551@smail2$ ls -l poster*
-rw------- 1 a0551 66 8 Oct 19 16:17 poster.ps
-rw------- 1 a0551 66 8 Oct 21 12:59 poster.ps.old
a0551@smail2$ chmod a+x poster.ps

looks like *nix?