Skip to content
Christopher Vardakis edited this page Nov 25, 2022 · 8 revisions

Index

για εγκατάσταση του workshop τρέξτε:

git clone https://github.com/SeekerRook/linux_labyrinth_small

Workshop Slides

  • man -> show options of a file (manual)
  • echo -> print to the terminal
  • pwd -> show working directory
  • whoami -> show username
  • ls -> show files in a directory
  • cd -> change directory
  • touch -> create file
  • mkdir -> create directory
  • cp -> copy file
  • mv -> move file
  • rm -> delete file
  • chmod -> change permissions
  • cat -> show content of file
  • nano -> simple file editor in the terminal
  • diff -> show diferences between two files
  • apt -> isntall new packages
  • find -> find file in directory and subdirectories
  • grep -> find string in file
Clone this wiki locally