Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • unix.stackexchange.com/questions/192843/… Commented Jun 6, 2017 at 15:19
  • I don't want to delete parent directory, I want delete link to it, do some sort of trap, directory where you can in and can't out Commented Jun 6, 2017 at 15:42
  • 3
    Build your own filesystem that does not have the requirement that every directory contains a link to its parent then. But even if you did, you could still "get out" with cd /explicit/path/here. Commented Jun 6, 2017 at 15:46