Safe Mode problem
- From: "Chris" <dippyv(nospam)@yahoo.com>
- Date: Tue, 31 Jan 2006 14:36:31 -0600
I used mkdir() to create a directory, then use chmod() to change the mode to
0777 in one script. When I try to create a file using touch() in another
script, I get the SAFE MODE error about the uid's not matching. Is there
anyway around this without using FTP or disabling safe mode?
Chris
.
Relevant Pages
- Re: File names with spaces driving me insane!!!
... I want a script to change the ... chmod 755 "$i" ... echo chmod 755 "$i" ... But it works with the majority of files I've used it on. ... (comp.unix.shell) - Re: Idiot proof removal of junk?
... | I would like to send everyone a single script or small set of scripts ... | convince windows to boot into safe mode with command prompt. ... FireWall to allow it to download the needed AV vendor related files. ... This will bring up the initial menu of choices and should be executed in Normal Mode. ... (microsoft.public.windowsxp.help_and_support) - Re: Start Menu doesnt show
... To use the VBS Files: Download .vbs file and save it to your hard drive (you ... You will be prompted when the script is done. ... > In task Manager it doesnt show any user in the User Tab or doesn't show> any ... > In safe mode I see no icon on the screen and same problem as above. ... (microsoft.public.windowsxp.general) - Re: File names with spaces driving me insane!!!
... to handling file names with space, at least in his particular script'. ... chmod 755 "$i" ... echo chmod 755 "$i" ... I recently found my high school history term paper in a jpg ... (comp.unix.shell) - Re: mkdir in wshshell.run
... doesn't exist, using the mkdir command. ... The script issues this simple ... Is it not finding the "mkdir" executable? ... The Right-click menu is accomplished with the following registry ... (microsoft.public.scripting.vbscript) |
|