• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

What's inside of /proc directory

Its used to access process and other system information from the linux kernel.

Pseudo-file

What's inside of the /dev

This directory contains special files that are used to represent the various hardware devices installed in the system

What's inside of the /sys directory

This directory contains information about the hardware in your system

modprobe

Program to add and remove modules from a linux kernel


ex. modprobe <module_name>

lsmod

List all currently loaded kernel modules. Pulls data from the /proc/modules

lspci

List all PCI devices installed in the system

lsusb

Displays information about USB devices connected to your Linux system.

What's inside of /sysfs

This is a pseudo file system provided by the linux kernel that exports information about various kernel subsystems, hardware dev, and assoc. device drivers.

udev

Dynamically detects hardware, hot-plugged hardware when connected.

dbus

Watches for events that occur in the operating system. The dbus lets other applications know that the device is ready.