How can I create a file in linux Operating System?

Asked By 20 points N/A Posted on -
qa-featured

 

I am a new Linux operating system, I am student of Computer Science & Engineering, we have a Linux OS in 3rd semester, but I cannot wait for so long? Please help me and if you can suggest me that where I suppose to start?

Nekoda Monty

 

SHARE
Answered By 10 points N/A #145655

How can I create a file in linux Operating System?

qa-featured

 

Hi Monty,

This is very easy task to create a file in Linux OS, if you are in command prompted, just type following commands which I given below.

root@localhost: ~# touch <file name>  (Here touch is commanded to create blank file)

Here < > symbols should not use, you just write a name what you decided for your file .

That’s it,

My suggestion, you need to start from the beginning, I mean from the philosophy and history of Linux OS.

Zubin Lennon

 

Related Questions