cron で起動するシェルに下記のコマンドを追加して
実行しましたが、やっぱりパーミッションのエラーで
失敗しました。
$ mount -b //remote/inetpub /export/x
$ mount
\\remote\inetpub on /export/x type user (binmode)
D:\cygwin\bin on /usr/bin type system (binmode)
D:\cygwin\lib on /usr/lib type system (binmode)
D:\cygwin on / type system (binmode)
$ls -al /export/x
ls: /export/x: Permission denied
システム環境変数 CYGWIN を ntsec から nontsec に
変更したら、今度は cron からシェルが起動しなく
なったのでリモート・ホスト認識させないと正常に
実行しないようです。
どのようにすれば /export/x のホストを正しく認識させて
パーミッションのエラーを回避できるのでしょうか?
|