Cut, copy and paste are part of everyday computing life. In the previous chapter, you learned about copying files and folders (directories) in the terminal. In this part of the Terminal Basics series, you’ll learn about the cut-paste operation (moving) in the
Read More

Copying files is one of the most basic yet crucial tasks you will be doing regularly. Linux has a dedicated cp command for copying both files and directories (folders). In this part of the Terminal Basics series, you’ll learn to copy files
Read More

So far, in this Terminal Basics series, you have learned to: Change directories Make new directories List directory contents Let’s now learn about creating files in the Linux command line. I’ll briefly discuss adding content to the file. However, details on editing
Read More