프로그램&회로

리눅스 콘솔 명령

엠칩 2023. 1. 23. 09:04
반응형

I. Basic commands

  • pwd (print working directory)
  • cd (change directory)
  • ls (list files and directories)
  • mkdir (make new directory)
  • rm (remove files or directories)
  • cp (copy files)
  • mv (move or rename files)

II. Advanced commands

  • grep (search for text in files)
  • find (find files based on specific criteria)
  • sort (sort the contents of a file)
  • head (display the first few lines of a file)
  • tail (display the last few lines of a file)
  • wc (count the number of lines, words, or characters in a file)

III. System administration commands

  • top (display real-time system usage)
  • ps (display currently running processes)
  • kill (terminate a process)
  • df (display the amount of free space on file systems)
  • du (display the amount of space used by a directory or file)
반응형

'프로그램&회로' 카테고리의 다른 글

인버터의 고속회전 방법  (0) 2023.02.07
Rock Pi - Raspberry Pi 대체품  (1) 2023.01.23
Source Insight 편집기능  (0) 2023.01.17
CRC연산 간이 체크용 사이트  (0) 2022.12.01
synology nas에 svn 설치하기  (0) 2022.08.10