Method lrs::file::File::change_owner

Changes the owner of this file.

Syntax

impl File {
    fn change_owner(&self, user: u32, group: u32) -> Result<(), Errno>
}

Arguments

NameDescription
user

The user id of the new owner.

group

The group id of the new owner.

See also