Command Line 기본
2016. 10. 17. 10:35ㆍProgramming
pwdoutputs 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 |
|---|