UNIX permissions on directory -
what command should use below scenario.
user 1 owns folder in shared folder nfs mount on host 1. if need change owner of folder user 2 in host 2 has access shared folder. how can it?
thanks help!
use "chown" command.
example:
chown user2 folder # change owner of folder user2
Comments
Post a Comment