Basic Linux Commens ściąga

cd [folder name] - change current directory
echo [text] - prints some text
which [filename] - prints location of file/command
rm [file or folder name] - deletes files (you maybe now popular meme sudo rm -rf /*)
[filename] - runs executables or commands with name [filename]
etc...
weegee