answersLogoWhite

0

using touch command of UNIX. syntax touch <filename> will create dummy regular file.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How can you make a zero byte file in unix?

touch filename e.g. $ touch dummy


What is the system file in Unix?

There is no the system file. There are many files necessary to create a working Unix system.


How do you create a new file without opening it in UNIX?

cat file name


What is a file command used to create or start a new file?

The 'touch' command creates a new empty file in Unix.


The Unix file contains which kinds of fields?

The Unix file contains which kinds of fields?


How do you create archive file in UNIX or Linux Operating System?

For TAR archives, you use tar -cvf .


What are five unix commands?

cp - copy a file rm - delete a file mv - rename a file mkdir - create a directory rmdir - remove a directory etc...


What is hidden file how they are create in unix?

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.


Where would you find a host file on a unix server?

The host file in Unix is usually located in the /etc directory.


Is Unix a web browser?

Unix is a text file, not a web browser. :)


What has the author Douglas W Topham written?

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


Which command is used to create an empty file with file size zero bytes so that you can write in these files later in unix and Linux?

touch newfile will make a new empty file in linux os !