ÎÒ³öµÄlinux¿ª·¢¹¤³ÌʦµÄÃæÊÔÌâ
ÎÒÃÇ×éÒªÕÐÒ»¸öLinuxÑз¢¹¤³Ìʦ£¬ÒªÎÒÈ¥×ö¼¼ÊõÃæÊÔ£¬ ×¼±¸ÁËһСʱ£¬ÁгöÁËÏÂÃæÕâЩÎÊÌ⣬´ó¼Ò¾õµÃÈçºÎ£¿ ÕеÄÈË˰ǰÄêн12WÒÔÉÏ¡£Ìâ»á²»»á»ù´¡ÁËÒ»µã£¿
Network Theory
1. What is OSI 7 layer network model? How do you think about it?
2. When your computer send out a package, how this package been sent to destination in internet?
3. Many years ago, many people think IP address will be run out of soon, but now we continue use IPV4, what is the technology been selected to resolve this problem.
4. What is IGMP?
OS Theory
1. What¡¯s process and what¡¯s thread? compare it.
2. What¡¯s the memory protected-mode and real-address mode? Why all PC OS use protected-mode, but many real-time OS use real-address mode?
3. Please describe OS how to schedule all task?
4. Please provide some IPC method that OS provide to application. Describe your philosophy to select a specific IPC.
5. What¡¯s watch dog theory?
6. What is the COW technology in Linux?
Linux Base Programming
1. What¡¯s a signal safe function? What¡¯s a thread safe function? What¡¯s the difference between signal safe function and thread safe function? Please provide some example?
2. When I type a command on shell as below, please describe shell¡¯s potential action. Please describe in C language.
# ls
# ls &
# ls | sort
3. What¡¯s Zombie process, what¡¯s orphan process? What¡¯s daemon
Ïà¹ØÎÊ´ð£º
дÁ˸ö²âÊÔ³ÌÐòÈçÏÂ
struct hostent *hp;
char AlarmDevIP[20];
int x2;
hp = gethostbyname("www.google.com");
if (hp)
{
......
cvs¹Ù·½²»ÄÜÏÂÔØÁË£¬Ë¸øÎÒÒ»·Ý£¬×îºÃÓÐÅäÖÃ˵Ã÷µÄÎĵµ¡£¡£¡£Ð»Ð»ÁË
ûÓУ¬°ï¶¥Ò»Ï¡£
¹Ù·½²»ÄÜÏÂÔØ ±ðµÄµØ·½»¹ÓÐÏÂÔØµÄµØ·½ ÎÒ¸Õ²ÅËÑÁË
¸ÕÏÂÔØÁ˸ö¡£¡£¡£ÊDz»ÊDz»µ½4M°¡¡£¡£¡£cvs-1.12.13.1.tar.tar
linu ......
• ʵÑéÄ¿µÄ
ͨ¹ý±¾ÊµÑ飬Á˽âLinuxϵͳµÄ×éÖ¯ºÍÐÐΪ£¬¹Û²ì¸÷Öִ洢ϵͳ״̬ÐÅÏ¢µÄÄں˱äÁ¿£»ÊìϤÕâЩ½á¹¹ÓëÐÅÏ¢¡£
• ʵÑéÄÚÈÝ
±àд³ÌÐò´òÓ¡³öÈç ......
ÎÒÓÃkdevelopн¨ÁËÒ»¸ö»ùÓÚ¼òµ¥µÄhelloworldµÄ¹¤³Ì£¬ÆäʵÎÒÊÇÏë¸úVCÄÇÑù´´½¨Ò»¸öDLLµÄ¹¤³Ì£¨Ï൱LINUXϵÄSO£©£¬²»¹ýÕâIDEºÃÏñûÓУ¬ÎÒÔÚÕâÀïÃæÓÐ10¸öÀ´À࣬ÕâЩÀàÖ®¼ä¿ÉÄÜ´æÔÚ½»²æÒýÓõĹØÏµ£¬±¾ÉíÓÖÒýÓÃÁËÍⲿµÄÁ ......
ÎÒÊÇLINUX³õѧ£¬ÎÒÏëÎÊÒ»¸ö¹ØÓÚsedÃüÁîµÄÎÊÌâ
ÎÒÓÐÕâÑùÒ»¸öÎļþ£¬ÀïÃæ´æµÄÄÚÈÝÊÇÕâÑùµÄ£¬¸ÃÎļþµÄÃû×ÖÊÇ mytest
inet addr"192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0
[root@l ......