哪个命令可以为 perm_file1 的所有者、所属组和其他用户设置只读权限?
perm_file1
chmod 444 perm_file1
chmod 777 perm_file1
chmod 111 perm_file1
chmod 222 perm_file1