pub fn sys_chmod( current_task: &CurrentTask, user_path: UserCString, mode: FileMode, ) -> Result<(), Errno>