#!/bin/bashresult=`stat -f -L -c %T /mnt/mdir`if test ${result} = "nfs" ; then echo "NFS"else echo "NOT NFS"fiexit 0
0 件のコメント:
コメントを投稿