HELLO GUYS WELCOME BACK TO HACKER HEAVEN..I HOPE YOU ENJOYED MY PREVIOUS ARTICLE ... i hope at this point, we are ready for some real work! This article will introduce the following commands: ● cp – Copy files and directories ● mv – Move/rename files and directories ● mkdir – Create directories ● rm – Remove files and directories ● ln – Create hard and symbolic links These five commands are among the most frequently used Linux commands. They are used for manipulating both files and directories. Now, to be frank, some of the tasks performed by these commands are more easily done with a graphical file manager. With a file manager, we can drag and drop a file from one directory to another, cut and paste files, delete files, etc. So why use these old command line programs ? The answer is power and flexibility . While it is easy to perform simple file manipulati...