Answers for "basic linux commands cheat sheet"

1

basic linux commands cheat sheet

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...
Posted by: Guest on April-23-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language