当我chmod对文件做 a 时,我试图保存错误。我正在运行命令:
chmod
chmod -R 766 * > chmod-errors.txt
但这不起作用。我也试过
chmod -R 766 * | cat > chmod-errors.txt
我究竟做错了什么?
unix freebsd bash shell-script
bash ×1
freebsd ×1
shell-script ×1
unix ×1