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 |
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
What will the following command do?
what is the use of uniq commmand?
What is the difference between cat command and more command?
Can you write a command to erase all files in the current directory including all its sub-directories?
what is the use of the hidden files?
Explain ‘system calls’ with respect to unix commands?
What is the protocol for PING command?
How do you change your account's password?
How can you see the command line history?
what will this do $cat > file.c ?(file.c is a file in current directory)
Who wrote grep?