Skip to content

The Linux Channel

a Linux and Tech Youtube Channel for advance Linux users, systems and network software programmers and tech enthusiasts

The Linux Channel

a Linux and Tech Youtube Channel for advance Linux users, systems and network software programmers and tech enthusiasts

  • Home
  • Courses
  • Students
  • Videos
  • Contact
    • Home
    • Linux Kernel programming
    • Linux Kernel /proc Interface
Linux Kernel /proc Interface

C code to read a /proc file in Linux user-space – Live Demo and Example

thelinuxchannel October 14, 2023 0 Comments

/proc files are unique they are Kernel generated files (and filesystem). Hence unlike the files situated on a disk which are read and served whenever we access them, /proc files…

Linux Kernel /proc Interface

Linux Kernel /proc Interface – Kernel source /proc samples

thelinuxchannel October 14, 2023 0 Comments

/proc is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers,…

Linux Kernel /proc Interface

Linux Kernel /proc Interface – sample kernel module /proc access to control netfilter hook

thelinuxchannel October 13, 2023 0 Comments

https://youtu.be/SCdVdli3hhk Here is my sample source-code discussed in the video: /* proc_example.c - /proc access to drop pkts * Author: Kiran Kankipati * Updated: 25-feb-2017 */ #include <linux/kernel.h> #include <linux/types.h>…

Linux Kernel /proc Interface

Linux Kernel /proc Interface – create a directory in /proc file-system

thelinuxchannel October 12, 2023 0 Comments

/proc is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers,…

Linux Kernel /proc Interface

Linux Kernel /proc Interface – create and write /proc file

thelinuxchannel October 12, 2023 0 Comments

/proc is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers,…

Linux Kernel /proc Interface

Linux Kernel /proc Interface – create and read /proc file

thelinuxchannel October 12, 2023 0 Comments

/proc is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers,…

Most Viewed Posts

  • Linux TUN/TAP virtual network interfaces – Introduction (275)
  • Linux Kernel /sysfs Interface – Sample Kernel Module create and read/write /sysfs file (209)
  • NAS OS – OpenZFS code-walk – FreeNAS ZFS – Ubuntu ZFS – Deduplication and Compression (180)
  • GPS Geo-tracking system using LinkIt ONE (178)
  • Rockchip ROC-RK3566-PC from Firefly – OpenWRT (178)
  • BusyBox Embedded Linux
  • Data-Plane and Control-Plane of a Networking Device
  • Embedded Linux
  • IoT Embedded Projects
  • IPv4 Stack Transport Layer L4 TCP/UDP Registration – Protocol APIs
  • Linux (user-space) RAW Socket Programming
  • Linux (user-space), Systems Architecture and Networking
  • Linux Kernel /proc Interface
  • Linux Kernel /sysfs Interface
  • Linux Kernel Compilation
  • Linux Kernel FileSystems Sub-system
  • Linux Kernel Network Programming
  • Linux Kernel Network Programming – struct ethhdr data-structure
  • Linux Kernel Network Programming – struct iphdr data-structure
  • Linux Kernel Network Programming – struct net_device data-structure
  • Linux Kernel Network Programming – struct sk_buff data-structure
  • Linux Kernel Network Programming – struct tcphdr data-structure
  • Linux Kernel Network Programming – struct udphdr data-structure
  • Linux Kernel Networking Sub-system
  • Linux Kernel programming
  • Linux Kernel TCP Congestion Control Algorithms
  • Linux Kernel User-space Process
  • Linux TUN/TAP virtual network interfaces
  • NAS (Network Attached Storage) Operating Systems
  • NAS OS – OpenZFS
  • Net-Tools Package
  • Netgear ReadyNAS
  • OpenMediaVault NAS
  • OpenWRT Embedded Linux OS for Network Routers
  • TrueNAS (formerly FreeNAS)
  • VPN Architecture
  • VRF – Virtual Routing and Forwarding

Recent Posts

  • IP-in-IP Tunneling Demystified – VPN Tunnels
  • NAS OS – OpenZFS – FreeNAS (now TrueNAS) Memory Analysis – Filesystem Metadata Overhead – NAS Performance
  • NAS OS – OpenZFS code-walk – vdev APIs – vdev_open() – vdev_close() – vdev_resilver_needed()
  • NAS OS – Ditching FreeNAS (now TrueNAS) – feedback – technical add-on and FreeNAS Hardware build tips
  • NAS OS – ZFS Compression – LZ4 ZLE – Hardware Compression Accelerator Cards – OpenZFS FreeNAS (now TrueNAS)

The Linux Channel

a Linux and Tech Youtube Channel for advance Linux users, systems and network software programmers and tech enthusiasts

Copyright © All rights reserved | Blogus by Themeansar.