1. /root 디렉터리에 존재하는 test.txt 파일에 대해 모든 사용자가 읽기만 가능하도록 설정하기 위한 명령으로 알맞은 것은?

  • 1
    chmod 111 /root/test.txt

  • 2
    chmod 444 /root/test.txt

  • 3
    chmod 555 /root/test.txt

  • 4
    chmod 666 /root/test.txt
--:--
오류 내용 신고