Unix Commands (489)
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 13702The very first process created by the kernal that runs till the kernal process is haltes is
IBM,
6 18118The 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 15190interprocess command in unix be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
2 8109
What are conditions for a machine to support Demand Paging?
How is unix different from other operating system?
Is mac built on unix?
What is grep family in unix?
What is disk block allocation in unix?
How zip the file in unix?
Is windows unix based?
Where is unix used today?
Describe the term inode?
Which command should you use to find the remaining disk space in unix server?
What are different types of files in unix?
Explain the different kinds of threads?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
List the different types of files that can be made available with unix?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?