linux shell

Identify CPU

May 28,93

You can find out various information about your CPU using the following three commands: 1. cat /proc/cpuinfo – displays various …

Read More

Remove kernel modules

May 28,93

Sometimes you may want to remove a loaded module to reclaim the memory that the module is using or to …

Read More

Load kernel modules

May 28,93

You can load any module that has been compiled and installed to a /lib/modules subdirectory using two commands: insmod and modprobe. …

Read More

Kernel modules

May 28,93

A kernel module is an object file that contains code to extend the running kernel of an operating systems. It …

Read More

proc filesystem (procfs)

May 28,93

The /proc directory in on a Linux system contains information about system resources. It is a virtual filesystem that is created dynamically by Linux …

Read More

Set the default permissions for newly created files

May 28,93

By 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
Geek University 2022