리눅스마스터 1급 2020년 2회 70번

From IT Wiki
Revision as of 01:23, 22 October 2022 by Maintenance script (talk | contribs) (Imported from text file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

과목: 네트워크 및 서비스의 활용

문제[edit | edit source]

70. NFS 서버의 IP 주소가 192.168.5.13이고 공유된 디렉터리가 /data일 때 NFS 클라이언트에서 마운트하는 과정이다. 다음 ( 괄호 ) 안에 들어갈 내용으로 알맞은 것은?

# mount -t nfs ( 괄호 ) /mnt

  • ① /192.168.5.13/data
  • ② //192.168.5.13/data
  • ③ 192.168.5.13:/data
  • ④ ⑊192.168.5.13:/data

풀어보기[edit | edit source]

정답[edit | edit source]

  • 3번

해설[edit | edit source]

같이 보기[edit | edit source]