Skip to content

Commit

Permalink
Update linux_snippets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
euisuk-chung authored May 7, 2024
1 parent 7d3248e commit 01dd004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snippets/linux_snippets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 리눅스 파일 관리 명령어

리눅스 파일 관리 명령어는 리눅스 시스템에서 매우 중요하며, 파일과 디렉토리의 관리, 권한 설정, 소유권 변경 등 다양한 작업을 수행할 수 있게 해줍니다. 각 명령어의 세부적인 사용 방법과 예시를 제공하겠습니다.
## path init
```bash
export PATH="/usr/bin:$PATH"
```

## cp (copy)
`cp` 명령어는 파일 또는 디렉토리를 복사할 때 사용합니다. 파일을 다른 위치로 복사하거나, 파일의 이름을 변경하여 복사할 수 있습니다.
Expand Down

0 comments on commit 01dd004

Please sign in to comment.