function lchmod Usageimport { lchmod } from "node:fs/promises"; DeprecatedSince v10.0.0 lchmod(path: PathLike, mode: Mode): Promise<void> Changes the permissions on a symbolic link. Changes the permissions on a symbolic link. This method is only implemented on macOS. Parameters path: PathLike mode: Mode Return Type Promise<void> Fulfills with undefined upon success.