linux basic commands | most common linux commands

Опубликовано: 17 Июнь 2026
на канале: code010
59
2

learn most common linux commands to be a terminal expert
here is a list of command and their job:

ls : list files and directories
ls -a/--all : list files and directories including hidden one
cd : change directories
pwd : show current working directory
mkdir : create a directory
touch : create a file
rm : remove
cat : show file content
echo : print text
nano : text editor
cp : copy files and directories
mv : mouve files and directories
clear : clear terminal screen
grep : filter output from other command
loadkeys : change keyboard layout
setxkbmap : change keyboard layout
locate : find a file with a specific name or regex in his path
find : find a file with a specific name or regex in his path
sudo : run a command with root privileges
top : display system information
useradd : add new user
passwd : set a password for a user

#programming #terminal #linux #linux_tutorial #commandline #command #basic #bash