#2 Linux - Basic Linux Commands RAW

Опубликовано: 18 Март 2026
на канале: Code Insight Academy
111
5

Basic commands
cd - change directory
pwd - presend working directory
ls - list files and folder
mkdir - make new directory
rm - remove file or directory
vim - vim to create or edit file
nano - to create or edit file
touch - to create or modify file time
cat - to see contents of files
history - to see previously run commands
man - to see manual of command
grep - to filter result