Results 1 to 3 of 3

Thread: recursive grep causes freeze

  1. #1
    Join Date
    Aug 2007
    Location
    From the land down under
    Beans
    1,241
    Distro
    Ubuntu Development Release

    Question recursive grep causes freeze

    Hi there,

    I have a headless debian 6 box, and when I run:

    grep -re "file" /

    It'll show it going through a whole heap of devices and then the output stops and the server stops responding to everything.

    Has anyone seen this before?
    // Blog

  2. #2

    Re: recursive grep causes freeze

    don't grep the / directory?
    Windows assumes the user is an idiot.
    Linux demands proof.

  3. #3
    Join Date
    Aug 2007
    Location
    From the land down under
    Beans
    1,241
    Distro
    Ubuntu Development Release

    Re: recursive grep causes freeze

    Quote Originally Posted by Habitual View Post
    don't grep the / directory?
    Yeah, I try not to, I've done it now twice by accident.

    The thing is that it greps the root directory fine right now, so something is causing it to fail long after it's been up, would be interested to find out if anyone has a similar story.
    // Blog

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •