触摸命令失败、并显示操作不允许
适用场景
- ONTAP 9
- NFS
问题描述
使用touch命令更新文件时间失败、并显示操作不允许。
Linux:~/tmp $ ls -ald temp1 drwxrwxr-x 2 owner users 4096 Jun 3 15:34 temp1 Linux:~/tmp $ touch -r ./temp temp1 touch: setting times of ‘temp1’: Operation not permitted
Linux:~/tmp $ ls -ald temp1 drwxrwxr-x 2 owner users 4096 Jun 3 15:34 temp1 Linux:~/tmp $ touch -r ./temp temp1 touch: setting times of ‘temp1’: Operation not permitted