install

来自「linux下的一个mount工具」· 代码 · 共 23 行

TXT
23
字号
How to install==============* check src/config.h for values you may want to change* as your normal account: (you don't work as root, do you ?)$ make all* and then, as root:$ make installThis will create 3 files:/usr/sbin/mmounter	This file is the working daemon. It must be run as root, most probably from your rc scripts (refer to /etc/rc.d)/usr/bin/mmumount	This file allows normal (read, non-root) users to unmount automatically mounted volumes/etc/mmounter.conf	This file is used by the mmounter daemon to know how to behaveRemarks:--------* the sample mmounter.conf file assumes all the volumes should be mounted under /Local => if this directory does not exist (and it probably doesn't), create it and chmod it to 0555.

⌨️ 快捷键说明

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