VMS Help  —  CRTL  lchown
    Changes the user and group ownership of the specified file.

    Format

      #include  <unistd.h>

      int lchown  (const char *file_path, uid_t file_owner, gid_t
                  file_group);
Additional Information: explode extract
Arguments Description Return Values
Close Help