Skip to content
Snippets Groups Projects
Select Git revision
  • 4db5d594c9686791204e05477d1e332e79cf2d5b
  • main default protected
2 results

linux

Blame
  • linux 365 B
    ## Linux command
    
    1. cd : 어떤 디렉토리로 이동
    * 그냥 cd만 입력하면 root 디렉토리로 이동하게 된다.
    2. ls-la (ls -al) : 현재 위치한 디렉토리의 모든 파일들을 보여준다.
    3. mkdir : (make directory) 디렉토리를 생성한다.
    4. man + "command 이름" : command에 대한 manual을 보여준다.
    5. 
    
    
    ## Soft/Hard Link