我的 .screenrc 中有以下内容
source ~/bin/Screen/multiUserSettings
它给了我
No such file or directory
虽然我有。
以下代码告诉我未知命令“。”。
. ~/bin/Screen/multiUserSettings
这很奇怪,因为我可以通过 . 例如,在 .vimrc 和 .zshrc 中。
文件多用户设置
# allow the following people full control
addacl root,aledesma,mymanager,mycoworker1,mycoworker2
aclchg aledesma +rwx ?#??
# allow everyone readonly access
aclchg *,!aledesma -rwx ?#??
# setup 10,000 lines of available scrollback ? copy/paste
defscrollback 10000
# fix scrollback in putty
termcapinfo xterm* ti@:te@
如何在 .screenrc 中获取资源?