리눅스마스터 1급 2020년 1회 30번
From IT Wiki
Revision as of 01:23, 22 October 2022 by Maintenance script (talk | contribs) (Imported from text file)
과목: 리눅스 시스템 관리
문제[edit | edit source]
30. 다음 중 /etc/xinetd.d 디렉터리를 현재 디렉터리에 x로 연결하여 손쉽게 디렉터리를 이동하려고 할 때 설정하는 명령으로 알맞은 것은?
- ① ln x /etc/xinetd.d
- ② ln /etc/xinetd.d x
- ③ ln -s x /etc/xinetd.d
- ④ ln -s /etc/xinetd.d x
풀어보기[edit | edit source]
정답[edit | edit source]
- 4번