what do you understand by 'unix is a portable os'?
Answers were Sorted based on User's Feedback
Answer / shubham
the term portability refers to made once run anywhere ie as
unix os is written almost in c language n since c supported by
almost every platform..so unix is compatable to all plateforms.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / linuxdemon
Unix can be easily re-written(only 10-15% needs to be
rewritten) to run in another hardware platform. C language
made the unix os portable.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / p.ashwini
unix can be put on any plateform.Since unix needs only c
compiler for its execution,portability is achived.C
compiler can be used io any platform all unix commands are
executable c programs
Is This Answer Correct ? | 1 Yes | 0 No |
Can you enlist some commonly used network commands?
how to sort the content of the file based on numeric values
what is the command to print last 8 lines of any text file.
What does pipe () return?
What is the comma to display different lines that are found when compare two files?
How will you know who are the users logged in to the system before 15 minutes?
What command a user use to view a long text file one page at a time in UNIX?
What is grep in bash?
What is the difference between pipe and xargs?
what is the command to list files in a directory in UNIX?
How to see unused port number in Solaris?
What is the different between UNIX command and UNIX shell script?