←back to thread

245 points marcodiego | 1 comments | | HN request time: 0s | source
Show context
throwaway031125 ◴[] No.45799963[source]
$ rm -rf /

and it's gone

replies(2): >>45800154 #>>45802848 #
s-macke ◴[] No.45800154[source]
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.
replies(1): >>45804134 #
1. throwaway031125 ◴[] No.45804134[source]
Well, it should not surprise you that the virtual file systems of the kernel remain.