Tagged Questions
4
votes
2answers
200 views
ls behaves differently under strace
I don't know how to debug this situation:
1) I try to execute:
ls /home/user
2) ls blocks and does not print anything. I assume it is because /home/user contains /home/user/sshfs_files, which is ...