我们的团队决定为我们所有的房东添加欢迎横幅。团队成员,而不是添加消息 in/etc/motd
添加了带有echo
in的消息~/.cshrc
。
这是scp
主机之间的中断。有人可以解释这是如何打破的scp
吗?是不是cshrc
装的时候scp
呢?并且其中的一些回显消息将如何破坏它?
我不知道scp
.
我们添加的消息~/.cshrc
:
echo "##############################################################################"
echo " Alert! Aler! Alert! Alert! Alert! Alert!"
echo "This is a restricted box, any actions performed here will be reported to xxx@yyy.com"
echo "##############################################################################"
Run Code Online (Sandbox Code Playgroud)