if (document.getElementById('crossword')) document.getElementById('crossword').style.display = 'block'; if (document.getElementById('crossword')) document.getElementById('crossword').style.display = 'block'; Vocabulary Crossword Puzzle: Unix Security - Crossword Puzzles "Unix Security" made with our Free Crossword Puzzle Maker
  
Unix Security Crossword
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
                                              
 
 
Down: 2) gcc program.c -o program.exe3) Depmod is included in the rc files in /etc/rc.d. /sbin/depmod -a inside /etc/rc.d so the dependency is available immediately upon booting up.5) .so is a SHARED OBJECT. Similiar to a dll in windows... it links to a library. Think of .so as a dll.6) lsmod is used to LIST modules currently in the kernel. Information obtained from /proc/modules Across: 1) Modprobe is to load a SET of MODULES. Modprobe will autoload all DEPENDENCY files, as described by modules.dep. Modprobe -t net, attempts to load each module until it succeeds. modprobe - r will unload the module.4) Insmod INSTALLS kernel modules. The config file is /etc/modules.conf to define the search path for modules.6) Depmod makes a DEPENDENCY file, based on symbols found in the module. This dependency file is used by modprobe to automatically load the correct module or stack of modules.7) rmmod UNLOADS or REMOVES modules from the kernel. the option - r attempts a recursive removal of modules.8) The ELF HEADER is the only section that has a fixed position in the object file. It is ALWAYS FIRST SECTION.9) gcc -S program.c -o program.out -S compiles into assembly code.
 

 

Create your own Crossword Puzzle for Free!
 Show Errors as I Type