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× 4137
the family of Unix-like operating systems that use the Linux kernel.
|
bash× 2059
the shell from the GNU project. It is the standard shell on many Linux distributions and often available on other *NIXes.
|
shell× 1443
unix's command-line interface. You can type commands in a shell interactively, or write scripts to automate tasks.
|
ubuntu× 1327
a Linux distribution with an emphasis on ease of use and installation. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.
|
debian× 1192
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× 958
the interactive interface to your shell.
|
networking× 854
A computer network allows sharing of resources and information among interconnected devices.
|
ssh× 829
a protocol for running commands on a remote computer.
|
shell-script× 787
a script written for the shell, or command line interpreter, of an operating system.
|
fedora× 755
a Linux distribution with a fast release cycle, maintained by a community and sponsored by Red Hat.
|
centos× 666
an Enterprise-class Linux Distribution derived from Redhat Enterprise Linux sources freely provided to the public.
|
kernel× 575
Everything about UNIX kernels: development, configuration, compilation, design, etc.
|
filesystems× 549
a method of storing and organizing computer files and their data.
|
permissions× 544
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.
|
files× 517
for questions about file management and operations on files.
|
arch-linux× 503
a simple, lightweight Linux distribution aimed at keeping things simple.
|
terminal× 492
an environment for text input/output. Inside the terminal, one runs command-line and text mode programs (including shells).
|
text-processing× 482
Manipulation of text by programs, scripts, etc.
|
xorg× 442
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.
|
vim× 437
a text editor supporting different editing modes.
|
rhel× 417
a commercially supported Linux distribution.
|
gnome× 406
a full-featured, user-friendly desktop environment for Unix operating systems, based entirely on free software.
|
security× 400
Content related to computer security.
|
linux-mint× 398
a Linux distribution based on Ubuntu aiming to be more usable out-of-the-box
|
scripting× 387
a sequence of commands or instructions that are executed by an interpreter program rather than compiled into a standalone executable program.
|
boot× 375
covers both bootloader issues (what happens before the operating system starts) and the starting up of the operating system.
|
sed× 374
a command-line stream editor for filtering and transforming text.
|
process× 368
an instance of a computer program that is being
executed.
|
find× 357
a command line utility to search for files in a directory hierarchy
|
grep× 352
a command-line tool for searching text patterns in files
|
mount× 337
mount command, allows mounting of a file system at a specified point in the file hierarchy.
|
awk× 322
awk - pattern-directed scanning and processing language
|
zsh× 316
a shell with many advanced command-line and scripting features.
|
x11× 313
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…
|
partition× 302
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.
|
directory× 296
A file system structure in which to store computer files.
|