adplus-dvertising
frame-decoration

Question

Which one of the following keyword is used with the set command to avoid overwrite existing file?

a.

nooverwrite

b.

ignore

c.

clobber

d.

noclobber

Posted under Unix Shell UNIX

Answer: (d).noclobber

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which one of the following keyword is used with the set command to avoid overwrite existing file?

Similar Questions

Discover Related MCQs

Q. To prevent accident logging out, we can use ____ as a keyword with the set command.

Q. Which of the following features of UNIX may be used for inter process communication?

Q. In a system, if 5 people are currently using the vi editor. then the number of corresponding processes will be

Q. The command echo welcome > /dev / tty

Q. dev/null

Q. The advantage of binary files over text files is that

Q. The permission bits of a file noname, can be set to _rws_ _x_ _x by the command.

Q. /bin/passwd has the user execution permission set to 's' because

Q. If one doesn't want anyone else to read or write to a file named datfile, except through a program in a file filex , then he may use

Q. Writing a C program that accepts input from keyboard, rather than from a file is advantageous because

Q. Which of the following string functions can be used to find the last occurrence of a given character in a given string?

Q. Consider the program:

main ( )
{
printf("He arose a victor from\n");
system ("date") ;
printf("the dark domain");
}

If a.out is the executable code corresponding to the above source code, then the command a.out > out f

Q. The default permission bits of a file when it is created for the first time, is controlled by

Q. Let x.c be a C source code. The command cc x.c > y

Q. A file x is created with the following contents

echo today is:
date

If you type x.then

Q. Shell script is preferable to other forms of programming because it

Q. Choose the incorrect statement.

Q. Files that store data in the same format as used in program are called

Q. To allow only one user to work with a particular file at a particular time, one has to use

Q. Which of the following remarks about realloc are true?