GithubHelp home page GithubHelp logo

hsg7280 / linux-survival-for-korean Goto Github PK

View Code? Open in Web Editor NEW

This project forked from violet-bora-lee/linux-survival-for-korean

0.0 0.0 0.0 59 KB

Linux Survival을 영/한 번역한 내용을 제공합니다(WIP).

Home Page: https://violet-bora-lee.github.io/linux-survival-for-korean/

linux-survival-for-korean's Introduction

한국인을 위한 Linux Survival

리눅스 기초 지식을 배울 수 있는 사이트, Linux Survival을 영/한 번역한 내용을 제공합니다. 각 모듈 아래 적어놓은 설명에 해당하는 리눅스 명령어나 개념이 떠오르지 않는 경우, https://linuxsurvival.com/ 에 들어가서 본 저장소에서 제공하는 번역본을 참고하여 꼭 기본 명령어를 숙지하시기 바랍니다.

https://violet-bora-lee.github.io/linux-survival-for-korean/#/

모듈1

  1. 다른 디렉터리로 이동하기
    정답 cd
  2. 파일이나 디렉터리 이동시키기
    정답 mv
  3. 파일이나 디렉터리 이름 변경하기
    정답 mv
  4. 현재 디렉터리 내용 출력하기
    정답 ls
  5. 현재 작업 위치 출력하기
    정답 pwd
  6. 새로운 디렉터리 만들기
    정답 mkdir
  7. 파일 내용 보여주기
    정답 more, cat 등

모듈2

  1. 절대 경로와 상대 경로의 차이
    정답 경로 이름이 `/`로 시작하지 않으면 리눅스에선 상대 경로로 인식함
  2. 파일 복사하기
    정답 cp
  3. 파일 삭제하기
    정답 rm
  4. 디렉터리 삭제하기
    정답 rmdir
  5. 보안 설정을 포함하여 현재 디렉터리 내용 출력하기
    정답 ls -l
  6. 파일 보안 변경하기
    정답 chmod

모듈3

  1. 홈 디렉터리로 이동하기
    정답 cd ~

linux-survival-for-korean's People

Contributors

violet-bora-lee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.