đ´ Continuation of the Basic linux commands đ´
ââââââââââââââ
âłď¸ cp â Use the cp command to copy files through the command line. It takes two arguments: The first is the location of the file to be copied, the second is where to copy.
âłď¸ mv â Use the mv command to move files through the command line. We can also use the mv command to rename a file. For example, if we want to rename the file âtextâ to ânewâ, we can use âmv text newâ. It takes the two arguments, just like the cp command.
âłď¸ cat â Use the cat command to display the contents of a file. It is usually used to easily view programs
âłď¸ zip, unzip â Use zip to compress files into a zip archive, and unzip to extract files from a zip archive.
âłď¸ uname â Use uname to show the information about the system your Linux distro is running. Using the command âuname -aâ prints most of the information about the system. This prints the kernel release date, version, processor type, etc.
ââââââââââââââ
Keep supporting usâ¤ď¸