Basic Linux commands

rm <file>remove
lslist
mkdir <directory>make directory
mv <source> <destination>move directory
rmdir <directory>remove directory
cd <directory>change directory
cp <origin> <destination>
cp -r <origin> <destination>
copy
All the items in a directory
touch <file name>create timestamp
cd .. change directory go up
./<file name>run the program in directory
pwdpresent working directory
Last edit 12/19/2022

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *