Linux

DMA (Direct Memory Access)

May 28,93

DMA (Direct memory access) is an alternative method of communication to I/O ports that permits the device to transfer data …

Read More

I/O ports

May 28,93

I/O (Input/Output) ports (also referred to as I/O addresses) are unique locations in memory reserved for communications between the CPU and …

Read More

IRQ (Interrupt Request)

May 28,93

An interrupt request (IRQ) is a hardware signal sent to the processor instructing it to suspend its current activity and …

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

Change file attributes

May 28,93

You can use the chattr command to change file attributes in Linux. You can secure your files by modifying their …

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