Giter Site home page Giter Site logo

linux-command-wiki's Introduction

linux-command-wiki

  • 원하는 명령어를 찾으려면 저장소 내에서 t 버튼을 누른 후, 원하는 명령어 검색
    • 검색창이 안나올 경우 키보드가 영문으로 변환되어 있는지 확인
  • 또는 README.md 에서 명령어 검색

명령 (command)

  • alias - 명령어 별칭 설정
  • man - 명령어의 매뉴얼 출력
  • sort - 정렬
  • special-characters - 명령어에 사용할 수 있는 특수문자

파일 & 디렉토리 (file-directory)

  • basename - 파일명 추출
  • cat - 파일 내용 출력
  • cd - 디렉토리 이동
  • chmod - 파일/디렉토리 권한 변경
  • chown - 파일/디렉토리의 소유자/그룹 변경
  • cp - 파일/디렉토리 복사
  • find - 파일 검색
  • head - 파일의 첫 행부터 지정된 행 출력
  • ls - 디렉토리 조회
  • pwd - 현재 디렉토리의 경로 출력
  • tail - 파일의 마지막 행부터 지정된 행 출력
  • touch - 파일을 생성하거나 날짜를 변경하는 명령어
  • wc - 파일의 행/단어/바이트 수 출력
  • which - 명령어의 실행 파일 경로 출력

프로세스 (process)

  • kill - 프로세스에게 신호 전송
  • pgrep - 패턴에 일치하는 프로세스의 PID 출력
  • pkill - 패턴에 일치하는 프로세스 종료

검색 (search)

  • grep - 파일에서 패턴과 일치하는 내용을 출력
  • zgrep - 압축된 파일에서 패턴과 일치하는 내용을 출력

Tool (tool)

  • curl - URL로 서버와 통신

프로토콜 (protocol)

  • telnet - 원격 서버 접속

linux-command-wiki's People

Contributors

hongsii avatar

Watchers

 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.