read Command - Read User Input

This article explains how to read input from users into variables using the read command

October 26, 2025 · 4 min · 703 words · Sudo Kengen

alias Command - Create Command Aliases

This article explains how to create shortcuts and aliases for commands using the alias command

October 26, 2025 · 3 min · 608 words · Sudo Kengen

export Command - Set Environment Variables

This article explains how to set and export environment variables using the export command

October 26, 2025 · 3 min · 537 words · Sudo Kengen

echo Command - Display Text

This article explains how to display strings and messages using the echo command

October 26, 2025 · 3 min · 492 words · Sudo Kengen

pwd Command - Print Working Directory

This article explains how to check your current directory path using the pwd command

October 26, 2025 · 3 min · 462 words · Sudo Kengen

cd Command - Change Directory

This article explains the basic usage and options of the cd command

October 26, 2025 · 3 min · 462 words · Sudo Kengen