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.

1
  • 3
    How is .. anything like $HOME? .. can be at the start of a path passed directly to a system call, no shell expansion required. Such a path is not an absolute path; it's still relative to the process cwd or symlink location. Unless the author was trying to catch you out by talking about that literal string (without shell expansion) as a path. I think you're trying to make excuses for the book, but I'm more inclined to just say it's wrong and not let things get muddled. Commented Aug 9, 2015 at 8:59