Skip to content
Snippets Groups Projects
Commit 4db5d594 authored by 임 현아's avatar 임 현아
Browse files

Update linux

parent 487120a7
Branches
No related tags found
No related merge requests found
## 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment