Linux
Getting Familiar with Linux Commands – Tutorial 1 – File Specific Commands
In the previous tutorial you saw some basic linux commands, now you will see some of the commands that are used to create and manipulate files. Touch The touch command is used to create a file. Just type touch followed by the filename and your file will be created! [crayon-5adeead529001523363507/] If Read more…