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
该系统仍在运行,并且可以实现其目的。我知道,对此,唯一明智的反应是关闭系统并更换根驱动器。不幸的是,这不是一种选择,因为它将花费大量时间和金钱。而且,它会杀死我的猫,这会让我伤心。
我曾想过要把他从捐赠人那里带回来的他的平常朋友。我不敢尝试将它们放进去,以防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
我现在无法背诵的那小魔咒。
你能帮我把猫的朋友带回来吗?
/lib/ld-linux.so.2 ./netcat
(或您的系统的同等产品)并开始运行吗?