Displaying 1 result from an estimated 1 matches for "group_x".
Did you mean:
group_b
2024 Jan 03
1
Files exist, but sometimes are not seen by the clients: "No such file or directory"
...or directory"
$ ls -l /home/RESEARCH/user.x/some_path/idtracker.log
ls: cannot access /home/RESEARCH/user.x/some_path/idtracker.log: No such file or directory
2. ls parent directory. The file is shown in the results.
$ ls -l /home/RESEARCH/user.x/some_path/
total 334500
-rw-r--r-- 1 user.x group_x 348521772 Jan 19 15:26 file_17.avi
-rw-r--r-- 1 user.x group_x 978252 Jan 19 15:26 file_17.csv
-rw-r--r-- 1 user.x group_x 1185 Jun 5 10:05 idtracker.log
drwxr-xr-x 2 user.x group_x 4096 Jun 2 21:17 segm
3. try to ls file again. This time, it is found.
$ ls -l /home/RESEARCH/user.x...