Environment Question:

X86-32 uses which programming model?
a) IP16
b) IP32
c) ILP16
d) ILP32

Linux Environment Interview Question
Linux Environment Interview Question

Answer:

d) ILP32


Previous QuestionNext Question
Which of the following UNIX flavor is from IBM?
a) BSD
b) Solaris
c) HP-UX
d) AIX
To feed standard output of one command to standard input of another in a single shell session:
a) IO redirection can be used
b) Named pipes can be used
c) The pipe operator provided by the shell can be used
d) It can not be done