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.

3
  • Does -r and -R has any difference? Commented Jun 3, 2015 at 16:53
  • 2
    @Nomadme see unix.stackexchange.com/questions/18712/… - tl;dr: you should only use -R, not -r, because -r has non-portable (and often undesired) semantics for symbolic links and special files. But they're not different on Linux. Commented Jun 3, 2015 at 17:39
  • @Random832, thank you for explaining that. I have been always using -r and will use -R now on. Commented Jun 5, 2015 at 13:14