Linux에서 iso 이미지 파일 마운트하는 방법(Fedora, Redhat)
#mkdir /rhel6 (creating a mount point – an empty directory)
#mount –t iso9660 –o loop rhel6.iso /rhel6 (actual mounting is taken place)
#cd /rhel6 (change to the directory)
#ls (listing down the iso content)
'서버 > Linux' 카테고리의 다른 글
RHCSA에서 학습해야할 내용 (0) | 2012.11.05 |
---|---|
리눅스에서의 타이머 - signal로 이용하기 (0) | 2007.11.15 |
시그널 처리 프로그램 SIGINT, SIGQUIT, SIGTSTP (0) | 2007.11.15 |