Assignment of file ownership to a user in Linux
A file user ownership in Linux like system can be transferred to another user with the help of chown command.
Group ownership of a file can be changed by using chgrp command.
A proper file ownership is needed for proper management of such a file.
Comments
Post a Comment