Question
a.
Is a file
b.
Has write permission for all
c.
Is the UNIX built-in dustbin
d.
All of these
Posted under UNIX
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. dev/null
Similar Questions
Discover Related MCQs
Q. The advantage of binary files over text files is that
View solution
Q. The permission bits of a file noname, can be set to _rws_ _x_ _x by the command.
View solution
Q. /bin/passwd has the user execution permission set to 's' because
View solution
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
View solution
Q. Writing a C program that accepts input from keyboard, rather than from a file is advantageous because
View solution
Q. Which of the following string functions can be used to find the last occurrence of a given character in a given string?
View solution
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
View solution
Q. The default permission bits of a file when it is created for the first time, is controlled by
View solution
Q. Let x.c be a C source code. The command cc x.c > y
View solution
Q. A file x is created with the following contents
echo today is:
date
If you type x.then
View solution
Q. Shell script is preferable to other forms of programming because it
View solution
Q. Choose the incorrect statement.
View solution
Q. Files that store data in the same format as used in program are called
View solution
Q. To allow only one user to work with a particular file at a particular time, one has to use
View solution
Q. Which of the following remarks about realloc are true?
View solution
Q. The differences between malloc( ) and calloc() are:
View solution
Q. The file that stores an integer as a sequence of characters is a
View solution
Q. If cat x. prints garbage. then x is probably a
View solution
Q. Which of the following file names can be found in more than one directory?
View solution
Q. /bin
View solution
Suggested Topics
Are you eager to expand your knowledge beyond UNIX? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!