-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blog: 05-06-ella #39
base: main
Are you sure you want to change the base?
blog: 05-06-ella #39
Conversation
✅ Deploy Preview for sparcs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다~
blog/2023/05-06-ella/index.md
Outdated
@@ -0,0 +1,133 @@ | |||
--- | |||
authors: ella | |||
slug: Linux Basic Commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slug는 url의 제일 마지막 부분을 커스텀할 수 있는 기능입니다.
소문자와 -(dash)만으로 이루어지면 좋을 것 같습니다.
ex) linux-basic-commands
Slug 부분 수정완료했습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<br/>
- **pwd** : 이 명령어는 현재 사용자가 위치한 디렉토리를 표시합니다.
<br/>
- **cd** : 이 명령어는 다른 디렉토리로 이동할 수 있는 명렁어입니다. cd 뒤에 절대경로 또는 상대경로를 덧붙여 사용자가 원하는 디렉토리로 이동합니다. 많이 사용하는 명령 형태는 다음과 같습니다.
<br/>
- **cd ..** : 이 명령은 한 단계 위의 디렉토리로 이동합니다.
<br/>
- **cd ~** : 이 명령은 홈 디렉토리로 이동합니다.
<br/>
앞으로는 위와 같은 부분의 경우 아래처럼 작성해도 될 것 같습니다.
현재는 ** 부분이 text로 보이는데 글 올리면서 의도하신 부분이 아니라면 올리면서 수정해보겠습니다!
- **pwd** : 이 명령어는 현재 사용자가 위치한 디렉토리를 표시합니다.
- **cd** : 이 명령어는 다른 디렉토리로 이동할 수 있는 명렁어입니다. cd 뒤에 절대경로 또는 상대경로를 덧붙여 사용자가 원하는 디렉토리로 이동합니다. 많이 사용하는 명령 형태는 다음과 같습니다.
- **cd ..** : 이 명령은 한 단계 위의 디렉토리로 이동합니다.
- **cd ~** : 이 명령은 홈 디렉토리로 이동합니다.
수고하셨습니다 :)
SPARCS blog submission