54 lines
3.1 KiB
TeX
54 lines
3.1 KiB
TeX
|
|
\item[nano] A text editor for *nix systems, based on curses (\textit{q.v.}) It is a clone of Pico from the Pine email client.
|
|
|
|
\item[Nautilus] The default file manager for GNOME and Ubuntu. It is the equivalent of MacOSX's Finder or Windows Explorer.
|
|
|
|
\item[Nemo]
|
|
|
|
\item[opt]
|
|
|
|
\item[package]
|
|
|
|
\item[pandoc]
|
|
|
|
\item[pdftk] A command line utility for manipulating pdf files. PDF Chain is a GUI wrapper for pdftk.
|
|
|
|
\item[ping]
|
|
|
|
\item[Plasma] See \hyperlink{KDE Plasma}{KDE Plasma}.
|
|
|
|
\item[proc]
|
|
|
|
\item[Pulse]
|
|
|
|
\item[Puppy Linux]
|
|
|
|
\item[pwd] Short for ``print working directory,'' this command displays the path you are on from your home directory.
|
|
|
|
\item[Qt] (Pronounced ``cute''.)
|
|
|
|
\item[rm] A command line utility for removing files, links, and empty directories. It works silently, and thus should be used with care. The \textbf{-t} (interactive) option prompts the user to confirm each file that is being deleted. It can remove directories that contain files with the recursive option (\texttt{-r} or \texttt{-R}), but as it works silently and any deleted files cannot be recovered, it is always a good practice to combine these two options. You can specify multiple files (including the directory path if the target file is not in the current directory) and use wildcards like \texttt{?} and \texttt{*}.
|
|
|
|
\item[rpm]
|
|
|
|
\item[root]
|
|
|
|
\item[run]
|
|
|
|
\item[SANE] An acronym for ``Scanner Access Now Easy,'' SANE is an open-source API that provides standardized access for any raster image scanner. It is commonly use on Linux and its API is in the public domain. There are a number of GUIs for accessing SANE, including gscan2pdf, Simple Scan, Skanlite (KDE), SwingSane (cross-platform), and XSane (cross-platform).
|
|
|
|
\item[sbin]
|
|
|
|
\item[SELinux] A Linux kernel security module that provides allows administrators to have more control over who can access the system. It attempts to separate the security policy from enforcement of security decisions. It was originally developed by the National Security Agency (NSA) and was released to the open source community in 2000. It was integrated into the upstream Linux kernel in 2003. Information about security is generally contained in \texttt{/etc/sysconfig/selinux}.
|
|
|
|
\item[shell]
|
|
|
|
\item[Softlanding Linux System (SLS)] The second Linux distros (after MCC), founded by Peter MacDonald in May 1992. Although touted as an alternative to DOS (its original slogan was ``Gentle Touchdowns for DOS Bailouts'') it was considered buggy by many of its users. It was the first comprehensive Linux distributions in that in addition to the Linux kernel in also included other basic utilities, such as the X Window System (q.v.). It formed the basis of the Slackware distro (q.v.).
|
|
|
|
\item[srv]
|
|
|
|
\item[sudo] An acronym for \textbf{s}uper\textbf{u}ser \textbf{do}. It provides a fairly safe environment (YMMV, however) for non-root users to access files, directories, and settings, without native root permission. It is required to execute some commands.
|
|
|
|
\item[sudoer] A user with \texttt{sudo} permission rights.
|
|
|
|
\item[sys] A root-level directory that contains information about devices, drivers, and some kernel features. |