adplus-dvertising
frame-decoration

Question

Which command is used to create empty files?

a.

cp

b.

cat

c.

touch

d.

create

Posted under Unix File System UNIX

Answer: (d).create

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which command is used to create empty files?

Similar Questions

Discover Related MCQs

Q. Which option is used with touch command which forces the command not to create file, if it does not exists.

Q. Which one of the following commands is incorrect?

Q. What happens if the destination file specified in cp command does not exist?

Q. Which of the following is not an option of cp command?

Q. What is the correct syntax for copying multiple files with a filename starting as ‘file’ into another file named as ‘directory_one’?

Q. How can we copy an entire directory under another directory?

Q. How can we copy a file into our current directory?

Q. What does the following command do?
cp -u * dir_file

Q. What does -i option do?

Q. To copy multiple files, the last destination file should be a directory.

Q. –n option is used with cp command for what purpose?

Q. We can delete multiple files using single rm command.

Q. To delete all files in a directory we use ______________

Q. Which option is used with rm command for interactive deletion?

Q. Which option performs recursive deletion?

Q. Which one of the following command can delete a directory which is not empty?

Q. If we wish to delete a remove a file forcefully, we can use ____ option with rm command.

Q. Which command is used for removing file named -file.txt?

Q. Which command is used for renaming files?

Q. If the destination file does not exists, then mv command creates it.