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