Top Operating Systems Interview Questions :: ALLInterview.com http://www.allinterview.com Top Operating Systems Interview Questions en-us What are the features of Windows XP? http://www.allinterview.com/showanswers/26690.html Integrated Networking and Multimedia support ... How do you create a file in UNIX http://www.allinterview.com/showanswers/56233.html $ cat >fruits.txt apple orange grapes ^d (Press control+d) $ cat fruits.txt apple orange grapes What is Difference between thread and process? http://www.allinterview.com/showanswers/258.html The major difference between threads and processes is 1.Threads share the address space of the process that created it; processes have their own address. 2.Threads have direct access to the data segment of its process; processes have their o What are FSMO Roles? List them http://www.allinterview.com/showanswers/8638.html Flexible Single-Master Operation (FSMO) roles,manage an aspect of the domain or forest, to prevent conflicts 1.Domain Naming Master, If you want to add a domain to a forest, the domain?s name must be verifiably unique. The forest?s Domain Namin What is the difference between microprocessor and microcontroller? http://www.allinterview.com/showanswers/1332.html In Microprocessor more op-codes, few bit handling instructions. But in Microcontroller: fewer op- codes, more bit handling Instructions, and also it is defined as a device that includes micro processor, memory, & input / output signal lin What is the basic difference between unix and windows operating syst http://www.allinterview.com/showanswers/16438.html unix file system in hierachical model windows file system is flat type how many run level in solaris? http://www.allinterview.com/showanswers/20839.html 8 run level there are 0,s or S,1,2,3,4,5,6 what is the difference between ssh & telnet http://www.allinterview.com/showanswers/36830.html SSH is secure shell where you can generate SSL and make trusted relation ship. Basically it is secured. Telnet is normal way u can connect to the server and work. Normally as per Network Security Policies, it is advised not to use telnet and how to face veritas NetBAckup interview, where did i find all materi http://www.allinterview.com/showanswers/36563.html pls give interviews question & Answer of veritas netbackup What is 'inode'? http://www.allinterview.com/showanswers/13935.html Inode is a unique number given to a file in Unix OS. Every file in Unix has a inode number. unix treats directories/folders as a file so they are also having a inode value. Write a command to find all of the files which have been accessed wit http://www.allinterview.com/showanswers/35359.html find / -type f -atime -30 > November.files & This command will find all the files under root, which is "/", with file type is file. "-atime -30" will give all the files accessed less than 30 days ago. And the output wi How we will execute previous command in vi editor? http://www.allinterview.com/showanswers/27836.html in command prompt type !vi command this will execute the previous vi command. !is the symbol used to execute the previous command. Which one is faster? A binary search of an orderd set of elements in http://www.allinterview.com/showanswers/10668.html binary search What is the difference between pipe (|) and tee command in unix http://www.allinterview.com/showanswers/36928.html pipe is used to direct the output of a set of commands to another set of commands meaning output of one will be fed as input to the other tee is used to display the output on the screen What is B+ tree? http://www.allinterview.com/showanswers/56794.html A B+ tree is a data structure in which records associated with the search keys are at the leaves of the tree.This provide efficient retrieval,insertion and removal of records.Keys are triplicale to the non-leaf nodes to provide a path to the