what do you understand by 'building block primitive'?
Answers were Sorted based on User's Feedback
Answer / jyoti
Unix enables to Write Small modular Program that
can be Used as building block to build more complex
programs. Thers Two Primitives:
1. I/O redirection
2. Pipe(|)
| Is This Answer Correct ? | 46 Yes | 3 No |
Answer / satyabrata sahu
the philosophy of the UNIX system is to providing operating
system primitives that enables users to write small, modular
prograsm that can be used as building blocks to build more
complex progrm.
| Is This Answer Correct ? | 8 Yes | 1 No |
If JFS file system is 100% full how we can increase the file system ?
How to redirect standard error to a file?
Is grep faster than awk?
distinguish between user mode and kernel mode?
What does the metacharacter mean?
in UNIX,what is the command to remove directory with files?
Write a command that will display files in the current directory, in a colored, long format.
who to change the duplex setting of network interface in command line
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
what do you understand by 'building block primitive'?
How do you find which version and name of unix you are using at the command prompt?
What is the general format of unix command syntax?