Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

blog: 05-06-ella #39

wants to merge 4 commits into from

Conversation

minjoo0729
Copy link
Contributor

SPARCS blog submission

@netlify
Copy link

netlify bot commented May 5, 2023

Deploy Preview for sparcs ready!

Name Link
🔨 Latest commit ee4b01d
🔍 Latest deploy log https://app.netlify.com/sites/sparcs/deploys/64591963eaff5400088e9f10
😎 Deploy Preview https://deploy-preview-39--sparcs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@sboh1214 sboh1214 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~

@@ -0,0 +1,133 @@
---
authors: ella
slug: Linux Basic Commands
Copy link
Contributor

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

@minjoo0729
Copy link
Contributor Author

Slug 부분 수정완료했습니다!

JeukHwang
JeukHwang previously approved these changes May 8, 2023
Copy link
Contributor

@JeukHwang JeukHwang left a 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 ~** : 이 명령은 홈 디렉토리로 이동합니다.

수고하셨습니다 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants