多项选择题

linux中,需要对一个文件实现权限设置如下:将文件file1.txt 与file2.txt 设为该文件拥有者,与其所属同一个群体者可写入,但其他以外的人则不可写入()

A.chmod 774file1.txt file2.txt
B.chmod 754file1.txt file2.txt
C.chmod uog+w file1.txt file2.txt
D.chmod ug+w,o-w file1.txt file2.txt