我无法通过Cygwin在最新的Windows机器上安装最新的Cygwin版本的ssh。
*** Warning: The permissions on the directory /var are not correct. *** Warning: They must match the regexp d..x..x..[xt] *** ERROR: Problem with /var directory. Exiting. $ ls -al / d--S--s--x+ 1 Matthias Administrators 0 2010-12-06 07:52 var
我怎样才能修改目录上的权利,使其符合上述正则expression式?
这应该做(做两个):
chmod 755 /var chmod ug-s /var
出于某种原因,我也必须执行
chmod 775 /var/*
让ssh-host-config工作。