Unix Admin

From Redbrick Wiki
Revision as of 10:51, 8 March 2006 by Markpb (talk | contribs)
Jump to navigation Jump to search

Unix System Administrator Questions

Back to Interview Questions

Unix

  • What's the latest version of the Linux kernel?
  • Can you tell me how you would make a directory group writable? how would you rm a file that starts with a minus.
  • Filesystem is full, but no large files seem to be present. What do you do? What could it be?
  • What's the system.map file?
  • Could you write a cd command in the programming language of yoru choice ?
  • What does the fork() system call return?
  • explain the steps between sending an e-mail and it being received.
  • What language do you generally use for scripting;
    • shell: Do you know what the "shift" command does? What variable contains the return value? of the last process?
    • Perl: Can you explain what tainting is? Can you explain what the -w command line argument does?
    • Python: Can you explain what a dictionary is?
  • A command is going haywire, can you describe the steps you would take to diagnose the problem? How would you collate information useful for forming a detailed bug report?
  • What is IRQ balancing, how would you do it? What does 64-bit computing really mean?