Command Line 기본
2016. 10. 17. 10:35ㆍProgramming
pwd
outputs the name of the current working directory.ls
'lists' all files and directories in the working directory.cd
(change directory): switches you into the directory you specify.mkdir 디렉토리명
creates a new directory in the working directory.touch 파일명
creates a new file inside the working directory.
'Programming' 카테고리의 다른 글
유용한 오픈소스 웹사이트 (0) | 2016.10.14 |
---|