|
发表于 2004-4-17 14:54:32
|
显示全部楼层
最初由 hgkrt 发表
[php][hgkrt@linuxserver PUB]$ chmod 0755 'find . -type d'
chmod: failed to get attributes of `find . -type d': No such file or directory
[hgkrt@linuxserver PUB]$ chmod 0755 'find . -type d';
chmod: failed to get attributes of `find . -type d': No such file or directory
[hgkrt@linuxserver PUB]$ chmod 0755 'find . -type d' ;
chmod: failed to get attributes of `find . -type d': No such file or directory
[hgkrt@linuxserver PUB]$
[/php]
似乎不是这个引号吧?是 ~ 下面的那个 ` |
|