what do you understand by 'unix is a portable os'?
Answer Posted / 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 |
Post New Answer View All Answers
Which command is used to delete all files in the current directory and all its sub-directories?
What is ‘ps’ command for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which unix command lists files/folders in alphabetical order?
Which command is used to create a directory?
What is the use of tee command?
What is the use of cut command in unix?
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)?
What is grep r?
What is used to type command?
What is the first character of the output in ls l command?
How does shebang work?
What does sed command do in unix?
How do you grep a case insensitive?
Who command in unix?