Create New Files
INTRODUCTION You will create new empty file using touch command in Linux, this command also used to change the time stamps such as modification time and access time on existing files. SOLUTION Syntax of touch command: $ touch [option] filename