Skip to main content
1 of 3
Thomas Dickey
  • 79.2k
  • 9
  • 189
  • 289

I would do this:

sudo strace -pXXXX -tfo /tmp/strace.log

where XXXX is the process id of bash. In a quick check of filename completion on one of my NFS-mounted directory trees, it works without problems.

Thomas Dickey
  • 79.2k
  • 9
  • 189
  • 289