using touch command of UNIX. syntax touch <filename> will create dummy regular file.
touch filename e.g. $ touch dummy
There is no the system file. There are many files necessary to create a working Unix system.
cat file name
The 'touch' command creates a new empty file in Unix.
The Unix file contains which kinds of fields?
For TAR archives, you use tar -cvf .
cp - copy a file rm - delete a file mv - rename a file mkdir - create a directory rmdir - remove a directory etc...
A hidden file in Unix is any file that starts with a '.' in the name. Any utility that creates files can create a hidden file. Note: it is important to know that a hidden file is usually one that doesn't need to be shown in a directory listing all the time so unless you use the special option to show them they won't show up in a listing. Other than that, they have no special attributes.
The host file in Unix is usually located in the /etc directory.
Unix is a text file, not a web browser. :)
Douglas W. Topham has written: 'A system V guide to UNIX and XENIX' -- subject(s): UNIX System V (Computer file), XENIX (Computer file) 'The first book of UNIX' 'UNIX and XENIX' -- subject(s): UNIX (Computer file), XENIX
touch newfile will make a new empty file in linux os !