NomanProdhan
Familiar Face
I have just started using Linux for several days and trying my best to learn some commands 🙂
However, here I want to share some of the basic commands of Linux and I hope it will help newbies like me 🙂
ls (its small L not i)
The list command - functions in the Linux terminal to show all of the major directories filed under a given file system.
Example command :
ls ~/Downloads/
This command will show all the files/folder of Downloads directory.
cd
Change directory command will allow the user to change between file directories.
Example command :
cd /opt/softwares/
This command will change directory to /opt/softwares/ directory
mv
The mv command allows a user to move a file to another folder or directory.
Example command :
mv /opt/softwars/ /opt/apps/
This command will move softwares directory to apps directory.
We all know that there we have a lot of commands for Linux. I have just shared three. Feel free to share more here and lets make a big list of Linux command.
However, here I want to share some of the basic commands of Linux and I hope it will help newbies like me 🙂
ls (its small L not i)
The list command - functions in the Linux terminal to show all of the major directories filed under a given file system.
Example command :
ls ~/Downloads/
This command will show all the files/folder of Downloads directory.
cd
Change directory command will allow the user to change between file directories.
Example command :
cd /opt/softwares/
This command will change directory to /opt/softwares/ directory
mv
The mv command allows a user to move a file to another folder or directory.
Example command :
mv /opt/softwars/ /opt/apps/
This command will move softwares directory to apps directory.
We all know that there we have a lot of commands for Linux. I have just shared three. Feel free to share more here and lets make a big list of Linux command.







