假设你想测试/ mnt / disk是否为shell脚本中的安装点。
你怎么做到这一点?
@H_403_3@你怎么做到这一点?
从man mountpoint:
NAME mountpoint - see if a directory is a mountpoint SYNOPSIS /bin/mountpoint [-q] [-d] /path/to/directory /bin/mountpoint -x /dev/device
显然它带有sysvinit包,我不知道这个命令是否可用于其他系统。
[root@myhost~]# rpm -qf $(which mountpoint) sysvinit-2.86-17