📄 postinst
字号:
#!/bin/sh -ecase "$1" in configure) # continue below ;; abort-upgrade|abort-remove|abort-deconfigure) exit 0 ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;;esacumask 022update-rc.d ntop defaults 93 >/dev/null/etc/init.d/ntop defaultschown -R nobody /usr/local/var/ntop/rrd/etc/init.d/ntop startexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -