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× 2248
the family of Unix-like operating systems that use the Linux kernel.
|
bash× 1014
the shell from the GNU project. It is the standard shell on many Linux distributions and often available on other *NIXes.
|
shell× 776
unix's command-line interface. You can type commands in a shell interactively, or write scripts to automate tasks.
|
ubuntu× 714
a Linux distribution with an emphasis on ease of use and installation. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.
|
command-line× 597
the interactive interface to your shell.
|
debian× 573
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…
|
ssh× 463
a protocol for running commands on a remote computer.
|
networking× 415
A computer network allows sharing of resources and information among interconnected devices.
|
fedora× 390
a Linux distribution with a fast release cycle, maintained by a community and sponsored by Red Hat.
|
kernel× 353
Everything about UNIX kernels: development, configuration, compilation, design, etc.
|
shell-script× 339
a script written for the shell, or command line interpreter, of an operating system.
|
filesystems× 300
a method of storing and organizing computer files and their data.
|
centos× 293
an Enterprise-class Linux Distribution derived from Redhat Enterprise Linux sources freely provided to the public.
|
gnome× 276
a full-featured, user-friendly desktop environment for Unix operating systems, based entirely on free software.
|
text-processing× 275
Manipulation of text by programs, scripts, etc.
|
terminal× 268
an environment for text input/output. Inside the terminal, one runs command-line and text mode programs (including shells).
|
permissions× 260
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.
|
xorg× 250
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× 244
a text editor supporting different editing modes.
|
security× 243
Content related to computer security.
|
files× 226 |
arch-linux× 215
a simple, lightweight Linux distribution aimed at keeping things simple.
|
process× 213
an instance of a computer program that is being
executed.
|
scripting× 207
a sequence of commands or instructions that are executed by an interpreter program rather than compiled into a standalone executable program.
|
boot× 200
covers both bootloader issues (what happens before the operating system starts) and the starting up of the operating system.
|
grep× 196
a command-line tool for searching text patterns in files
|
freebsd× 179
a free Unix-like operating system descended from AT&T UNIX via BSD UNIX.
|
rhel× 178
a commercially supported Linux distribution.
|
find× 177
a command line utility to search for files in a directory hierarchy
|
sed× 173
a command-line stream editor for filtering and transforming text.
|
install× 165
Do not use this tag, use software-installation or system-installation instead.
|
zsh× 165
a shell with many advanced command-line and scripting features.
|
package-management× 159
tools for installing and maintaining software packages
|
mount× 154
mount command, allows mounting of a file system at a specified point in the file hierarchy.
|
partition× 149
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.
|
x11× 149
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…
|