It's a type of Planche
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345
  1. #!/usr/bin/env bash
  2. while read _ _ mount _; do
  3. read -t1 < <(stat -t "$mount") || echo "$(date) ${mount} timeout $(lsof -b 2>/dev/null | grep "${mount}")";
  4. done < <(mount -t nfs) >> /var/log/nfs.err