Supplemental Note: symlinks can check the symbolic connection in the directory and display the symbolic connection type. The following are the types of symbolic connections that symlinks can determine: Differs: The symbolic connection uses an absolute path. Dangling: The original file no longer exists. Lengthy: The path to the symbolic connection contains superfluous "... /"。 Messy: The path to the symbolic connection contains an extra "/". OTHER_FS: The original file is located in another file system. Relative: The symbolic connection uses a relative path.
Parameters: -C Converts a symbolic connection that uses an absolute path to a relative path. -D Removes a symbolic connection of the dangling type. -R checks for symbolic connections in all subdirectories under the directory. -s checks for symbolic connections of the lengthy type. -T, when used with-C, shows how to convert a symbolic connection of an absolute path to a relative path without actually converting it. -V Displays all types of symbolic connections.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.