Saturday, September 10, 2011

How to make Files in Linux


How to make Files in Linux
We make three types of file in Linux
[root@local host]# vi   file name      (These file save: wq!)
[root@local host]# cat  > file name   (These file save ctrl+c)
[root@local host]# touch file name    (This is a MTE file)

No comments: