vote up 0 vote down star

I have an embedded device with wdlinux (White Dwarf 2.0). I can access this linux using ssh or ftp.

Yesterday I performed updatedb 1>/dev/null 2>/dev/null manually. (It will be performed as cronjob everyday morning). Today the linux system behaves strangely:

  1. the command ls list no files any more. (If I log in using ftp, I can see all files)
  2. The command netstat shows nothing as well.

I just executed updatedb without any arguments again. After that ls worked one time and then does not work again.

I am now totally confused. Any hints are appreciated.


When "ls" doesn't work (exits without any output I assume), what does "pwd" show? Have you tried giving "ls" a file, that you know is there, as argument? – Inshallah Jul 16 at 8:22
What does the updatedb command do? – furtelwart Jul 16 at 8:30

Browse other questions tagged or ask your own question.