用linux自带工具实现演示效果 --实时
1. script scriptreplay
2. screen
terminal1 输入 screen -S testu
terminal2 screen -x or screen -ls screen -x number
3. mkfifo
步骤 在terminal1 输入mkfifo scriptfifo
terminal2 cat scriptfifo
terminal1 script -f scriptfifo
ll
退出输入exit
本文介绍如何使用Linux自带工具如script、screen及mkfifo来实现实时会话记录和回放,帮助用户轻松掌握会话跟踪的方法。
1128

被折叠的 条评论
为什么被折叠?



