Creating a file on Linux is easy, and you can do it just like on other linux distros. Touch command is the command that you can use to create a file from your terminal. All files that are created with touch command, are empty files, so when you use touch command you can create a file without any content on it. Even though the main function of touch command is to modify timestamps, touch command can also be used to create files. In this tutorial, you will learn how to create a file in Linux te