~/test/shPractice mkdir -p ./test/test2/test3
~/test/shPractice cd test/test2/test3/
-p 옵션은 parent 옵션.mkdir 을 할 때 실제로 존재하지 않는 디렉토리가 확인될 경우 생성해준다.
~/test/shPractice mkdir -m 755 /test/testtest/testtesttest
-m 옵션은 보호 모드를 설정해서 디렉토리를 순차적으로 생성해준다.
'배운 것' 카테고리의 다른 글
holder pattern in java (0) | 2016.03.15 |
---|---|
[linux command ] which, whereis (0) | 2016.03.04 |
[linux command] cut (0) | 2016.03.04 |
git 명령어 alias 를 이용해서 짧게 쓰기 (0) | 2016.03.03 |
byte[] 를 String으로 읽어들일 때 (0) | 2016.02.01 |