root@system:~# less myfile
-bash: /bin/less: Input/output error
根文件系统已死。但是我的猫还活着(在我的记忆中):
root@system:~# cat > /tmp/somefile
C^d
root@system:~#
不过他有点寂寞,他所有的朋友都走了:
root@system:~# mount
-bash: /bin/mount: Input/output error
root@system:~# dmesg
-bash: /bin/dmesg: Input/output error
root@system:~# less
-bash: /bin/less: Input/output error
root@system:~# chmod
-bash: /bin/chmod: Input/output error
该系统仍在运行,并实现其目的。我知道,我知道,对此唯一明智的反应是关闭系统并更换根驱动器。不幸的是,这不是一个选择,因为它会花费大量时间和金钱。而且,它会杀了我的猫,这会让我很难过。
我想从捐赠者那里给他带来他平时的朋友。我不敢尝试将它们 scp 放入,以防 ssh 尝试加载它并切断线路(二进制文件无论如何都消失了)。这听起来像是我猫的表弟的工作:
root@system:~# netcat -l 1234 > /tmp/less
-bash: netcat: command not found
可惜他早就走了。
现在,我可以尝试欺骗我的猫进行仪式以复活他:
cat > netcat < /dev/tcp/localhost/9999
那种工作。他几乎还活着:
root@system:/tmp# /tmp/netcat
-bash: /tmp/netcat: Permission denied
他只需要一点生命的火花。+x
那个我现在无法背诵的小魔法咒语。
你能帮我把我猫的朋友带回来吗?