Linux Glossary
Learn the terminology used in the Linux ecosystem.
C
Chmod
A command used to change the access permissions of files and directories on Linux and Unix-like systems.
CLI
Command Line Interface - a text-based interface for interacting with the operating system by typing commands.
Cron
A time-based job scheduler on Linux that automatically runs scripts and commands at specified intervals.
D
G
P
R
S
SSH
Secure Shell - a cryptographic network protocol for secure remote access and command execution over unsecured networks.
sudo
Command that allows users to run programs with administrator (root) privileges.
Symlink
A symbolic link that acts as a shortcut or reference pointing to another file or directory in the filesystem.