Identify CPU
May 28,93You can find out various information about your CPU using the following three commands: 1. cat /proc/cpuinfo – displays various …
Read MoreRemove kernel modules
May 28,93Sometimes you may want to remove a loaded module to reclaim the memory that the module is using or to …
Read MoreLoad kernel modules
May 28,93You can load any module that has been compiled and installed to a /lib/modules subdirectory using two commands: insmod and modprobe. …
Read MoreKernel modules
May 28,93A kernel module is an object file that contains code to extend the running kernel of an operating systems. It …
Read Moreproc filesystem (procfs)
May 28,93The /proc directory in on a Linux system contains information about system resources. It is a virtual filesystem that is created dynamically by Linux …
Read MoreSet the default permissions for newly created files
May 28,93By default, when you create a file as a regular user, it’s given the permissions of rw-rw-r–. You can use the …
Read More