• 2022-06-04
    Linux系统中,指定文件file1为所有用户可读,可写,可执行,执行命令:___1__。修改file1的拥有者为test,拥有组为user,执行命令:___2__。
    A: chmod 776,chown test:use
    B: chmod 777,chown user:test
    C: chmod 778,chown user:test
    D: chmod 777,chown test:use