←back to thread

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

and it's gone

replies(2): >>45800154 #>>45802848 #
2. 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 #
3. lxgr ◴[] No.45802848[source]
Only on 127.0.0.1.
replies(1): >>45804000 #
4. throwaway031125 ◴[] No.45804000[source]
Thank you, Captain Obvious.
5. throwaway031125 ◴[] No.45804134[source]
Well, it should not surprise you that the virtual file systems of the kernel remain.