To create file in linux is 'touch' The 'touch' command in Linux is used to create an empty file or update the access and modification timestamps of an existing file. The basic syntax is: touch [filename] To write or edit file in linux 'vim' or '...