DevOps Classroom notes 23/Jul/2025

Linux contd

Applications in Linux

  • To run any application, every os will create a process with a unique id with cpu & ram allocated
  • on a broader note we run applications as
    • executables:
      • The process is created when you run the command or application
    • daemons/service:
      • This runs in the background, typically all servers on os are daemons
      • daemons can be started automatically when the system starts (Enabling the service)
      • In all modern linux we use systemctl command to control daemons.

How to get the applications installed in linux

  • Build from source code.
  • Debian/rpm packages:
    • use dpkg or rpm commands
  • Package Manager (apt/dnf)
    • Lets install tree

What happens when linux Starts

  • BIOS (UEFI)
  • Bootloader (GRUB)
  • kernel => memory
  • init service => Process with id 1
  • PID => other process (load daemons)
    Preview

Users/Groups in Linux

  • Find out what is the purpose of
    • sudo group: This is group which can run sudo commands for elevated privleges in debian
    • wheel group: This is group which can run sudo commands for elevated privleges in redhat based distributions
  • What is home directory: is the directory where the user has permissions, typically /home/<username>
  • Every linux system has a root user with permission on everything.

Folder structure in linux

  • File structure
    Preview

Preview

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube