Ask a Question related to PERL Modules, Design and Development.
-
csburris@ci.tacoma.wa.us #1
Does Win32::Perms $PermsObj->Remove( $User ) Work?
I am trying to migrate a terabyte of files from Unix to Windows 2003
server. Of course, Windows does not honor the Unix Owner, Group, etc
permissions from the tar file. I am attempting to write a script to fix
this.
I was attempting to use the Win32::Perms $PermsObj->Remove command, and
it does not appear to work at all. I downloaded via ppm from the
roth.net Perl Repository. I have the TSE2 book and have downloaded the
examples. I cannot make Example11_13.pl run at all. It gets to the line
and stops until I hit control-C. I have tried it locally and remotely,
on WinXP (SP2) and Windows 2003 server (where the files need to
reside). I am an administrator on all the different machines. The way
the server is set up, I need to make many different mods to many
different files for security reasons. It stands to reason I don't want
to manually modify millions for obvious reasons.
csburris@ci.tacoma.wa.us Guest
-
Prob with Win32:: Perms
Sorry for the newbie question and the answer is probably staring me in the face, but.... Im running XP, Apache2.0.49(Win32),... -
Win32::Perms
Sorry for the newbie question and the answer is probably staring me in the face, but.... Im running XP, Apache2.0.49(Win32),... -
The Win32::Perms module ActiverPerl 5.8 is available.
Hi, I have recompiled the Win32::Perms module. The original was written by Dave Roth http://www.roth.net/perl/perms/. Regrettably Dave has never... -
Win32::Perms - SetOwner - does this work?
In the access control settings for this folder (under advanced security - W2k) I can, as user X, change ownership to my self. Since I am also an... -
Problem modifying Win32::Perms ACE after a COPY
Please Help, I am trying to use a local object to read perms from, then modify local group domain/hostname from localhost to some remote...



Reply With Quote

