15/10/2020
Creating, Removing, Copying, Moving files & Directories Creating a file in Linux using cat command: cat (Concatenate) command is used to create a file and to display and modify the contents of a file. To create a file # cat > filename (say lbfile).Linux BasicsCtrl+d (To save the file). [root@localho...