ওনার ইউজার ও গ্রুপ পরিবর্তন
me@howtocode-pc:~$ > foo.txt
me@howtocode-pc:~$ ls -l foo.txt
-rw-rw-r-- 1 me me 0 Oct 7 22:51 foo.txt
me@howtocode-pc:~$ chgrp video foo.txt
me@howtocode-pc:~$ ls -l foo.txt
-rw-rw-r-- 1 me video 0 Oct 7 22:51 foo.txtchgrp group_name file_or_directory...chown owner:group file_or_directory...Last updated