[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
[meadow-develop:1997/207]chmode or chmod
- X-ml-count: 207
- Subject: [meadow-develop:1997/207]chmode or chmod
- From: 小関 吉則(KOSEKI Yoshinori) <kose@xxxxxxxxxxxxxxxxxx>
- Date: 29 Nov 1997 19:10:48 +0900
- X-mailer: Mew version 1.93b1 on Emacs 20.2 / Mule 3.0 (紅葉賀)
こせきです。
dired で M でファイル属性を変えようとしたら chmode がないと
のこと。
Meadow/3.00/lisp/dired.el
(defvar dired-chmod-program
(if (eq system-type 'windows-nt)
"chmode" "chmod")
"Name of chmod command (usually `chmod' or `chmode').")
となっていました。
WindowsNTには chmode というコマンドがあるのですか。
WindowsNTにあるからわざわざ変えたのでしょうか。
うちのWindows95には chmode はないのです。
cygnus のツールを使っているのでchmodのままがいいなと思って。
Windowsなら attrib.exe なのかしら。でもそうするのも問題が出
て来そうだし。
;; ほとんどのものが期待通りに動いているのでこのような子細な
;; 事に目がいってしまうのです。
;; 時々 shell-command で固まるのは私の所だけですか?
--
こせき