-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
On 2015-02-04 14:41:39 -0500, Zhihui Zhang wrote:
I thought this was introduced by my global mount stuff. But it turns out it maynot be so: bash-4.2# cd lastdir/ bash-4.2# ls -al total 19 drwxrwxrwx 2 root root 5 Feb 4 13:38 . drwxrwxrwx 3 root root 3 Feb 4 13:38 .. -rw-r--r-- 1 root root 0 Feb 4 13:38 a -rw-r--r-- 1 root root 0 Feb 4 13:38 b -rw-r--r-- 1 root root 0 Feb 4 13:38 c bash-4.2# chmod . chmod: missing operand after �.� Try 'chmod --help' for more information. bash-4.2# chmod 777 . Hang.On 2015-02-04 15:10:46 -0500, Zhihui Zhang wrote:
This bug does not exist on Ubuntu 14.10.On 2015-02-19 20:18:58 -0500, Jared Yanovich wrote:
This problem known and there is a probe test to disable it on old FUSE versions. I have not encountered it on CentOS 7 but apparently the probe test is wrong.