window (1) 썸네일형 리스트형 cmd 명령어 net user, wmic useraccount, net localgroup, cd, dir, mkdir, copy, move, del, ipconfig 현재 디텍터리 이름을 보여주거나 다른 디렉터리로 이동 cd 예) cd ../ : 현재 위치에서 상위로 이동 디렉터리에 있는 파일과 하위 디렉터리 목록을 보여줍니다.dir 현재 디렉터리에 'test폴더이름' 생성mkdir test폴더이름 현재 디렉토리에 'test폴더이름' 삭제rmdir test폴더이름 'testFile'파일을 특정 경로에 복사copy testFile [특정경로] 'testFile'파일을 특정 경로로 이동move testFile [특정경로] 'testFile'파일 삭제del testFile 'testFile'파일을 'testFile_rename'으로 변경rename testFile testFile_rename 자신의 ip 확인ipconfig.. 이전 1 다음