Unix Commands (450)
Unix Threads (33)
Unix IPC (65)
Unix Socket Programming (105)
Unix System Calls (21)
Unix General (491)
Unix AllOther (137) The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
IBM,
2 13867The very first process created by the kernal that runs till the kernal process is haltes is
IBM,
6 18396The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
IBM,
4 15413interprocess command in unix be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
2 8211
What does pipe do in unix?
How is a socket created?
Is unix a network operating system?
What are the requirements for a swapper to work?
How to stop an infinite loop in unix?
Name the command which is used to execute system calls from exe?
How can I force a socket to send the data in its buffer?
Explain file system in unix.
Explain command to display different lines that are found when compare two files?
What unix means?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are positional parameters in unix?
What are the main features of korn shell?
What is the use of find command in unix?
What is socket address?