Re: 回复:Re: How to process with Active Directory in windows from perl

2010-03-31 Thread xufengnju
Hi, Net::LDAP is a great tool to access Active Directory in Windows Server from perl. I am done with it. 2010-03-31 xufengnju 发件人: XUFENG 发送时间: 2010-03-30 21:11:59 收件人: Shlomi Fish; beginners 抄送: xufengnju 主题: 回复:Re: How to process with Active Directory in windows from perl Hi

How to process with Active Directory in windows from perl

2010-03-29 Thread xufengnju
Hi All, I want to use Active Directory in Windows to authenticate my users from perl in Linux servers. Is there some way to do it? -- xufengnju 2010-03-30 -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail

Re: Re: how to do a `cp` on millions of files

2009-09-29 Thread xufengnju
good at this. 2009-09-29 xufengnju 发件人: Steve Bertrand 发送时间: 2009-09-29 14:46:50 收件人: Uri Guttman 抄送: xufengnju; beginners 主题: Re: how to do a `cp` on millions of files Uri Guttman wrote: >>>>>> "SB" == Steve Bertrand writes: > > SB> my

how to do a `cp` on millions of files

2009-09-28 Thread xufengnju
ions? If I do a `cp -rf /data /data2 && chown -R sysuser:sysuser /data2 && chmod -R 755 /data2`,how much time maybe taken to finish the job?(The images are about one million in count and 250GB in size totally). Thanks in advance. 2009-09-29 xufengnju