chown은 유닉스에서 해당 폴더 혹은 파일의 소유자를 변경하는 옵션이다
하위파일까지 모든 소유자를 변경하고자하면 -R옵션을 사용한다
chown user1 aaa.txt
chown user1:group1 aaa.txt
chown user1:group1 directo