프로그램&회로

리눅스 콘솔 명령

엠칩 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)
반응형