Author: Binya

Windows Operating System Questions

Windows Operating System Questions

What is MUTEX ? What isthe difference between a ‘thread’ and a ‘process’? What is INODE? Explain the working of Virtual Memory. How does Windows NT supports Multitasking?

Windows System Admin Questions

Windows System Admin Questions

What is Active Directory schema? What are the domain functional level in Windows Server 2003? What are the forest functional level in Windows Server 2003?

Some Shell Related Interview Questions

Some Shell Related Interview Questions

Some Shell Related Basic Things that you must know if you are attending unix administration / linux administration or shell script writing interviews or something similar to it. All the best Read below:

How to tar and Untar files in unix

How to tar and Untar files in unix

To Tar Files of a directory and sub directories recursively: tar cvzf foo.tgz freshershome Will tar the directory freshershome (and its files/subdirectories) into a tar file named foo.tgz. To extract gzip-1.2.4.tar and compile the sources on Unix systems, do: tar xvf freshershome.tar Or tar -xzvf freshershome.tar.gz Above will extract freshershome.tar.gz: Will...

UNIX and OS X Commands Reference

UNIX and OS X Commands Reference

Some Very Cool Unix Commands that might be real helpful for an interview or for anything while working with Unix or OS X. cd (change directory) cd myfolder Changes the current working directory to “myfolder” cd .. Go up one level to the current working directory. cd ../.. Go up two...