How to create file/folder in Linux/Unix
There is one saying in Linux/*nix world, that if you can play with files and folders in Unix you are almost there to become a Linux power user. So let us start our first lesson to become Unix expert by learning about files and folder operations. How to create a file in Linux We can create a file in Linux in multiply ways such as using editor’s like vi, ed, emacs or cat command or touch or even with redirection operators in Linux. Creating files depends on the situation where you are. Use touch command to create empty...
Read More
