Remix.run Logo
throwaway031125 3 days ago

$ rm -rf /

and it's gone

s-macke 3 days ago | parent | next [-]

Not quite right. Try the following.

  echo *
  cd /proc
  echo *
  while read line; do echo $line; done < /proc/cpuinfo
The last line should work and print the entire file, but it seems there's a bug.
throwaway031125 3 days ago | parent [-]

Well, it should not surprise you that the virtual file systems of the kernel remain.

lxgr 3 days ago | parent | prev [-]

Only on 127.0.0.1.

throwaway031125 3 days ago | parent [-]

Thank you, Captain Obvious.