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.
Type to find tags: |
linux× 6142
Questions specifically about Linux, as opposed to Unix-like systems in general, or to questions about a specific distribution or program.
|
bash× 3216
the shell from the GNU project. It is the standard shell on many Linux distributions and often available on other *NIXes.
|
shell× 2119
unix's command-line interface. You can type commands in a shell interactively, or write scripts to automate tasks.
|
ubuntu× 2044
a Linux distribution with an emphasis on ease of use and installation. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.
|
debian× 2025
a community driven GNU/Linux distribution first announced 1993. It is well known for its package management system APT and large number of packages. Many other distributions are influenced o…
|
command-line× 1348
the interactive interface to your shell.
|
shell-script× 1339
Questions about shell scripts, executable files that are interpreted by a shell (bash, zsh, etc.).
|
networking× 1318
A computer network allows sharing of resources and information among interconnected devices.
|
ssh× 1292
a protocol for running commands on a remote computer.
|
centos× 1148
an Enterprise-class Linux Distribution derived from Redhat Enterprise Linux sources freely provided to the public.
|
fedora× 1039
a Linux distribution with a fast release cycle, maintained by a community and sponsored by Red Hat.
|
permissions× 848
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.
|
filesystems× 803
a method of storing and organizing computer files and their data.
|
files× 802
for questions about file management and operations on files.
|
arch-linux× 802
a simple, lightweight Linux distribution aimed at keeping things simple.
|
kernel× 767
Everything about UNIX kernels: development, configuration, compilation, design, etc.
|
text-processing× 749
Manipulation of text by programs, scripts, etc.
|
terminal× 748
an environment for text input/output. Inside the terminal, one runs command-line and text mode programs (including shells).
|
linux-mint× 695
a Linux distribution based on Ubuntu aiming to be more usable out-of-the-box
|
rhel× 670
a commercially supported Linux distribution.
|
scripting× 617
a sequence of commands or instructions that are executed by an interpreter program rather than compiled into a standalone executable program.
|
sed× 609
a command-line stream editor for filtering and transforming text.
|
security× 606
Content related to computer security.
|
vim× 590
a text editor supporting different editing modes.
|
xorg× 581
a full featured X server that was originally designed for UNIX and UNIX-like operating systems running on Intel x86 hardware. It now runs on a wider range of hardware and OS platforms.
|
boot× 571
Bootloader issues: what happens before the operating system itself starts.
|
gnome× 560
a full-featured, user-friendly desktop environment for Unix operating systems, based entirely on free software.
|
mount× 554
mount command, allows mounting of a file system at a specified point in the file hierarchy.
|
find× 537
a command line utility to search for files in a directory hierarchy
|
grep× 527
a command-line tool for searching text patterns in files
|
x11× 526
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…
|
awk× 521
awk - pattern-directed scanning and processing language
|
process× 515
an instance of a computer program that is being
executed.
|
partition× 447
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.
|
osx× 442
Questions about the command line and other Unix-like aspects of Mac OS X, including the Mach/BSD-based kernel and FreeBSD-based userland.
|
software-installation× 441
Installing software on a running system, either as binaries or from source
|