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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -