By admin | November 21, 2006
Siddharth sent in questions he got for sysadmin interview:
- Difference between layer 2 and layer 3 devices?
- What is VLAN?
- What is the subnet for a class C network?
- Are you familiar with automounter?
- Have you configured an NIS server/client?
- Have your configured a NFS server?
- Windows and Linux interoperability how to?
- What is RAID 1?
By admin | August 26, 2006
Test the basic knowledge of FreeBSD.
- What’s in the file /etc/ttys? - Configuration for virtual consoles for the startup. By default FreeBSD has 8 virtual consoles.
- You’re told that the permissions of a file are 645. Quick, how do you calculate what it means? - The permissions value are always 4 for read, 2 for write, 1 for execute. The three numbers are always for owner, group, and everybody on the system. Therefore 645 means: owner - read and write, group - read only, everybody - read and execute. You’ll rarely see such a permission set, but for interview question it might just work.
Read More »