Kernel - jasper-zanjani/dotfiles GitHub Wiki
- dbus-monitor
- depmod
- dmesg
- dracut
- insmod
- journalctl
- ldconfig
- lsmod
- mkinitrd
- modinfo
- modprobe
- rmmod
- sysctl
- udevadm
chmod()
chown()
close()
creat()
exec()
exit()
fork()
getpid()
kill()
lseek()
nice()
open()
read()
stat()
unlink()
wait()
write()
Display currently loaded modules. Output in three columns:
- Module name
- Module size (bytes)
- Processes, filesystems, or other modules using the module
Also see
View and configure kernel parameters at runtime
Display current hostname as known to the kernel
sysctl -n kernel.hostname