Essential Linux Command-Line Reference
Core System Navigation & Utilities
Administrative tasks often require elevating privileges or inspecting system states. Transition to the root account using su, or switch to a specific user session with su - username. To list available environment variables and filter them, pipe through standard text processors:
# Switch to root, create a m ...
Posted on Thu, 02 Jul 2026 16:49:35 +0000 by bsfischer