adplus-dvertising
frame-decoration

Question

Which symbol is used with cat command for creating files?

a.

>

b.

<

c.

*

d.

/

Posted under Unix File System UNIX

Answer: (a).>

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which symbol is used with cat command for creating files?

Similar Questions

Discover Related MCQs

Q. If we create a file using cat command with the same filename which already exists in the current directory then,

Q. Which symbol is used to append an existing file?

Q. Which option is used with cat command for displaying non-printable characters?

Q. Which option is used with the cat command for displaying file with line numbers?

Q. Which of the following cannot be performed by cat command?

Q. What does cat file01 file01 file01 display?

Q. Which files will be displayed by the following command:

cat *file*

Q. Which command is used to create empty files?

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.