⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 doit.sh

📁 Solaris操作系统下的过滤驱动程序, C源码程序.
💻 SH
字号:
#!/bin/bash -norcset -xPATH=/sbin:.:/usr/local/fist:${PATH}export PATH#make module_install#make module_install_nocheck#make installlsmodinsmod ./wrapfs.o || exitlsmodread nsleep 1# regular style mountmount -t wrapfs -o dir=/n/fist/wrapfs,debug=${1:-18} /n/fist/wrapfs /mnt/wrapfs || exit# attach-mode style mount#mount -t wrapfs -o debug=18 none /mnt/wrapfs || exit#read n#fist_ioctl +a /mnt/wrapfs abc /n/fist/wrapfs/zadokexit#read n#sleep 1fist_ioctl -d /mnt/wrapfs ${1:-18} || exitfist_ioctl -f /mnt/wrapfs 1 || exitif test -f fist_setkey ; then    read n    echo abrakadabra | ./fist_setkey /mnt/wrapfs    echofi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -