Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
These questions are about Linux in general – NOT specific to a particular distribution. If the question just happens to be in a Linux environment, please specify your Linux distribution in the body o…
39080 questions
Questions specific to GNU’s Bourne Again SHell, as opposed to other Bourne/POSIX shells. For questions about Unix shells in general, use the /shell tag instead. For shell scripts with errors/syntax er…
26540 questions
Questions about shell scripts, executable files that are interpreted by a shell (bash, zsh, etc.). Check scripts with https://shellcheck.net before posting.
16648 questions
Questions specific to the Debian official distribution (stable, testing, or unstable); if you are using a derivative of Debian (e.g. Mint, Ubuntu, Kali, etc), then use that distribution’s tag instead.
15822 questions
just because your system is running Ubuntu. Use it **only** if your question is somehow specific to Ubuntu only. Note that https://askubuntu.com is specifically dedicated to …
13551 questions
The shell is Unix's command-line interface. You can type commands in a shell interactively, or write scripts to automate tasks. Use this tag for questions applying to /bin/sh and most compatible shell…
12267 questions
Manipulation or examining of text by programs, scripts, etc.
8511 questions
Questions specific to the CentOS Linux distribution. Use this tag if your question relates to how the CentOS distribution affects your problem; do not use it if you just happen to be using CentOS and …
8386 questions
SSH (Secure SHell) is a protocol for securely running commands on a remote computer. Use this tag for questions about configuring, using and trouble-shooting SSH client and server software.
8187 questions
Managing and using network connectivity on a unix system
8102 questions
sed is a command-line stream editor for filtering and transforming text.
7375 questions
The command-line is the interactive interface to your shell.
6268 questions
Arch Linux is a simple, lightweight, rolling Linux distribution aimed at keeping things simple. Use this tag for questions specific to Arch Linux. Do NOT use this tag for derivatives, such as Manjaro.
5107 questions
For questions pertaining to grep, a command-line tool for searching text patterns in files. Use this tag for questions about grep itself or questions about issues arising from using the grep command-l…
5088 questions
Manipulating files: copying, renaming, searching, analyzing, archiving, etc. For operating on text in a file, see /text-processing. For questions about the Files file manager (formerly Nautilus), see …
5045 questions
systemd is a boot sequencer and service manager for Linux systems, with optional facilities for network management, logging, session control and cryptography. It is used by a majority of desktop Linux…
4800 questions
Fedora is a Linux distribution with a fast release cycle, maintained by a community and sponsored by Red Hat.
4668 questions
Permissions are the Unix way of controlling access to resources such as files, directories and devices and may be specified for an owner, group, or all users.
4553 questions
A script is a sequence of commands or instructions that are executed by an interpreter program rather than compiled into a standalone executable program.
4546 questions
A terminal is an environment for text input/output. Inside the terminal, one runs command-line and text mode programs (including shells).
4405 questions
Linux Mint is a Linux distribution based on Ubuntu aiming to be more usable out-of-the-box
4226 questions
A filesystem is a way to organize and store computer files with their data.
4202 questions
Red Hat Enterprise Linux (RHEL) is a commercially supported Linux distribution.
4200 questions
Questions about Linux kernel and Linux kernel related topics eg. implementation details such as system calls, kernel customization, etc. For Linux user space topics which do not involve kernel details…
3702 questions
Bootloader issues: what happens before the operating system itself starts.
3644 questions
Everything about Unix kernels: development, configuration, compilation, design, etc.
3604 questions
For questions pertaining to find, a command-line utility to search for files in a directory hierarchy. Use this tag for questions about find itself or questions about issues arising from using the fin…
3594 questions
Attaches a file system to a specified point in an existing filesystem hierarchy
3533 questions
For questions about the use, design, function etc. of APT (Advanced Packaging Tool), the standard software package management system for Debian and its derivatives.
3450 questions
Zsh is a shell with many advanced command-line and scripting features.
3121 questions
The X window system (commonly X Window System or X11, based on its current major version being 11) is a computer software system and network protocol that provides a basis for graphical user interface…
2904 questions
Disk partitioning is the act of dividing a hard disk drive into multiple logical storage units referred to as partitions, to treat one physical disk drive as if it were multiple disks.
2824 questions
Regular expressions are a means of matching a pattern of characters within a string.
2822 questions
Content related to computer security., i.e. content about policies, mechanisms, etc. needed make sure data is not leaked or corrupted and services available in all circumstances.
2718 questions
iptables allow creation of rules to define packet filtering behavior. The most reliable way to provide an iptables ruleset in a question is with the output of (as root): iptables-save -c
2713 questions