Recent Posts
Recent Comments
목록IT/Linux shell scripts (1)
인생사는 이야기
parted 쉘스크립트
#!/bin/bash ### make by KimKB ### ### echo "###### mkdir ##############################################################" num=1 num2=10 echo " 장치명 /dev/xxx(뒤에 sdb,sdc 등.. 글자만 입력)???" read dev echo " 마운트 할 디렉토리 명(data,media : /없이 입력)??" read dr echo " 위 디렉토리 생성시 마지막 디렉토리의 숫자 입력 ex) /data60까지면, 입력 값 : 60" read num3 echo " 파일 시스템 타입을 적어 주세요(ext2,ext3,ext4)???" read fs echo " 디렉토리 생성 및 /etc/fstab 마운트..
IT/Linux shell scripts
2012. 11. 22. 17:19