Description
Perl programs can call lchown to change ownership of symbolic links without following them. This is useful for filesystem tools, packaging scripts, backups, and migration utilities that must preserve symlink metadata.
It is a low-level filesystem library. Ownership changes can affect security and access, so applications should validate paths and permissions carefully.