initial commit; version 22.5.12042
This commit is contained in:
7
scripts/agent-local/nfsd
Executable file
7
scripts/agent-local/nfsd
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ -e /proc/net/rpc/nfsd ]
|
||||
then
|
||||
echo '<<<app-nfsd>>>'
|
||||
cat /proc/net/rpc/nfsd
|
||||
echo
|
||||
fi
|
Reference in New Issue
Block a user