在 GNU C 库支持的系统上,多个连续的/字符等价于单个/字符。
A file name consists of file name components separated by slash (‘/’)
characters. On the systems that the GNU C library supports, multiple
successive ‘/’ characters are equivalent to a single ‘/’ character.
----------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------