Kernel - jasper-zanjani/dotfiles GitHub Wiki

Syscalls

chmod() chown() close() creat() exec() exit() fork() getpid() kill() lseek() nice() open() read() stat() unlink() wait() write()

dmesg

        d e                                          

insmod

                                      s     v        

ldconfig

      c                         p           v        

lsmod

                h                                    
                                            V        

Display currently loaded modules. Output in three columns:

  1. Module name
  2. Module size (bytes)
  3. Processes, filesystems, or other modules using the module

modinfo

  a     d                       p                    

modprobe

  a   c                 l         q r s t   v        
                                    R                

rmmod

  a                                   s       w      

sysctl

Also see

View and configure kernel parameters at runtime

Display current hostname as known to the kernel

sysctl -n kernel.hostname
⚠️ **GitHub.com Fallback** ⚠️