Diary

[chown] Linux Directory File User Group Permission Settings Recursive Processing

1 Mins read

chown command

Become administrator if necessary

sudo su -

Syntax: the “-R” option is for recursive processing

chown -R user-to-change:group-to-change directory

Sample

chown -R hoge-u:hoge-g /home/hoge-u/tmp