Latest Answer: The ‘Sticky Bit’ is a permission bit that can be set on either a file or a directory.If it is set on a file, then that file will remain in memory after execution, thus ’sticking’ in memory. This is useful when running a multi-user program (such as a bulletin ...
Latest Answer: cfdisk is perfect.... ...
1. To which operating system is GNU/Linux compatible? a. Windows b. Unix c. it\'s a system on it\'s own d. don\'t know2. What is the origin of GNU/Linux? a. 1984 by Richard
Latest Answer: 1.c 2.a 3.b 4.a 5.c 6.c 7.b 8.c 9.b 10.b11.b 12.c 13.b 14.a 15.a 16.a 17.c ...
Latest Answer: well this question is more towards the architecture that the operating system has inherited and was predominanatly designed in a way that would have been easier for the integration and ifaster implementation by the end user. It is less of mechanisms or ...
There are 3 types of Redirection.1)Input Redirection2)Output Redirection and3)Error RedirectionInstead of directing the input/output/error from/to the standard devices, we can direct them to/from a file
Latest Answer: a redirector is the client-side object that forwards I/O requests to remote files,where they are satisfied by a server..they usually run in kernel mode ...
Pipe accepts the output of one command, and feeds it as an input to the next command.eg: ls | wc -lOutput of 'ls' is fed as input to wc-l. Hence wc counts the number of lines in the result of
Latest Answer: piping:- sending the output of a command to the input of another is called piping.some examples are:$cal | wcwill output total line's,word's and character's$cal | wc | wcwill output total line's,word's and character'sA unix pipe provides a one-way flow ...
cd $HOME
Latest Answer: cd ~ ...
Explain about Background and Foreground processes
Latest Answer: Job controlThe C shell handles job control, which allows the user to run certain programs in the background, and recall them to the foreground when necessary. In order to place a running process into the background, the suspend character must be set by ...
Latest Answer: A linker takes several object files and libraries as input and produces one executable object file (or) Linking is simply the process of placing the address of a called function into the calling function's code. This is a fundamental software concept.A ...
Latest Answer: Component Object Model, or COM, is a Microsoft platform for software componentry. It is used to enable cross-application communication and dynamic object creation in any programming language that supports the technology. COM is often used in the software ...
View page << Previous 1 2 3 4 [5] 6 7 Next >>

Go Top