<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://undergroundnews.com/css/sitemap.css" type="text/css"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>UGN Security: Linux Command Listing</title>
		<link>https://undergroundnews.com/linux/command/index.html</link>
		<description>UGN Security: Linux Command Listing</description>
		<generator>VNC Web Services - Linux Command Publisher v1</generator>
		<atom:link href="https://undergroundnews.com/linux/rss/command.html" rel="self" type="application/rss+xml" />
		<item>
			<title>zmore</title>
			<link>https://undergroundnews.com/linux/command/view/220/zmore.html</link>
			<description><![CDATA[The zmore command is the GNU version of the venerable UNIX more command. zmore prints files to the screen one screen at a time, that will display files compressed with gzip.
zmore has no command line options, only commands that can be invoked when zmore is running.

Commands:
* space: Prints the screen of the file.
* d or ^D: Prints the next 11 lines or num set with i[num].
* i: Sets number of lines to be displayed.
* Q: Quits reading current file and moves to the next file.]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/220/zmore.html</guid>
		</item>
		<item>
			<title>zgrep</title>
			<link>https://undergroundnews.com/linux/command/view/219/zgrep.html</link>
			<description><![CDATA[zgrep  invokes grep on compressed or gzipped files.  All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep.

If the GREP environment variable is set, zgrep uses it as the grep program to be invoked.]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/219/zgrep.html</guid>
		</item>
		<item>
			<title>zcat</title>
			<link>https://undergroundnews.com/linux/command/view/218/zcat.html</link>
			<description><![CDATA[zcat is a Unix program similar to cat, that decompresses individual files and concatenates them to standard output. Traditionally zcat operated on files compressed by compress but it is usually able to operate on gzip or even bzip2 archives. On such systems, it is equivalent to gunzip -c]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/218/zcat.html</guid>
		</item>
		<item>
			<title>zapping</title>
			<link>https://undergroundnews.com/linux/command/view/217/zapping.html</link>
			<description><![CDATA[A TV viewer for the Gnome environment that you can watch TV, take screenshots, and record video and audio. Zapping has a deinterlacer and a Teletext viewer built in and supports Closed Caption and Teletext subtitles]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/217/zapping.html</guid>
		</item>
		<item>
			<title>xterm</title>
			<link>https://undergroundnews.com/linux/command/view/216/xterm.html</link>
			<description><![CDATA[The xterm command launches a terminal-emulation window under X. It gives you access to the shell command line from a window and is probably the most used X command.

The xterm command has many available options, including one that will control columns in obscure terminal emulations.

Most used Options:
* -ah: Always highlights the text cursor.
* +ah: Highlights the text cursor if its over window in focus.
* -aw: Turns on auto-wraparound.
* -b number: Sets the size of the inner boarder in&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/216/xterm.html</guid>
		</item>
		<item>
			<title>xpdf</title>
			<link>https://undergroundnews.com/linux/command/view/215/xpdf.html</link>
			<description><![CDATA[Xpdf is an open source PDF viewer for the X Window System and Motif. Xpdf runs on practically any Unix-like operating system. Xpdf can decode LZW and read encrypted PDFs. The official version obeys the DRM restrictions of PDF files, which may prevent copying, printing, or converting some PDF files. There are patches which make Xpdf ignore these DRM restrictions.

Xpdf includes several programs that don't require the X Window System, including programs which extract images from PDF files or con&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/215/xpdf.html</guid>
		</item>
		<item>
			<title>xmms</title>
			<link>https://undergroundnews.com/linux/command/view/214/xmms.html</link>
			<description><![CDATA[The X Multimedia System (XMMS) is a free software audio player very similar to Winamp, that runs on many Unix-like operating systems.

XMMS currently supports the following audio and video file formats:

* AAC support is provided by the faad2 library, supporting m4a files
* APE Monkey's Audio Codec .ape files - support provided by the mac-port project plugin
* Audio CD, including CDDB via FreeDB lookup
* FLAC support is provided by a plugin in the FLAC library
* Icecast and SHOUTcast str&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/214/xmms.html</guid>
		</item>
		<item>
			<title>xlsfonts</title>
			<link>https://undergroundnews.com/linux/command/view/213/xlsfonts.html</link>
			<description><![CDATA[The xlsfonts command will list the fonts installed on an X Window System. You can set it to see all fonts - but it will result in a large output - or you can shorten the output by combining wildcards with the fn pattern option.

Options:
* -l: Prints the information in a single column.
* -c: Prints the information in multiple columns.
* -fn pattern: Specifies the font pattern to search for.
* -1: Lists font attributes on one line.
* -11: Lists font properties in addition to -1 output.
* &hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/213/xlsfonts.html</guid>
		</item>
		<item>
			<title>xload</title>
			<link>https://undergroundnews.com/linux/command/view/212/xload.html</link>
			<description><![CDATA[xload is a graphical computer program in Unix which opens up a small window which begins to display a periodic update of a histogram of the average system load. By default it updates every 10 seconds, but that can be changed.

Options
* -hl color: Sets the color of the scale lines in the histogram.
* -jumpscroll pixels: Sets the number of pixels to offset when the graph reaches the right edge of the window.
* -label string: Specifies the string to put as the label above the load average.
*&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/212/xload.html</guid>
		</item>
		<item>
			<title>xinetd</title>
			<link>https://undergroundnews.com/linux/command/view/211/xinetd.html</link>
			<description><![CDATA[In computer networking, xinetd, the eXtended InterNET Daemon, is an open-source super-server daemon which runs on many Unix-like systems and manages Internet-based connectivity. It offers a more secure extension to or version of inetd, the Internet daemon.

xinetd features access control mechanisms such as TCP Wrapper ACLs, extensive logging capabilities, and the ability to make services available based on time. It can place limits on the number of servers that the system can start, and has de&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/211/xinetd.html</guid>
		</item>
		<item>
			<title>xine</title>
			<link>https://undergroundnews.com/linux/command/view/210/xine.html</link>
			<description><![CDATA[xine is a multimedia playback engine for Unix-like operating systems released under the GNU General Public License. xine is built around a shared library (xine-lib) that supports different frontend player applications. Another important feature of xine is the ability to manually correct the synchronization of audio and video streams. xine uses libraries from other projects such as liba52, libmpeg2, FFmpeg, libmad, FAAD2, and Ogle. xine can also use binary Windows codecs through a wrapper, bundle&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/210/xine.html</guid>
		</item>
		<item>
			<title>xhost</title>
			<link>https://undergroundnews.com/linux/command/view/209/xhost.html</link>
			<description><![CDATA[In the X Window System, programs connect to the X server, possibly via a computer network. Since the network may be accessible to other users, a method for forbidding access to programs run by users different from the one who is logged in is necessary.

There are five standard access control mechanisms that control whether a client application can connect to an X server. They can be grouped in three categories:

1. access based on host
2. access based on cookie
3. access based on user

A&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/209/xhost.html</guid>
		</item>
		<item>
			<title>xfs</title>
			<link>https://undergroundnews.com/linux/command/view/208/xfs.html</link>
			<description><![CDATA[The X font server (xfs) provides a standard mechanism for an X server to communicate with a font renderer, frequently one running on a remote machine. It usually runs on TCP port 7100.

The xfs command launches the X Window System font server. It supplies rendered fonts to the requesting applications.

Options:
* -config configuration_file: Sets the font-server configuration file.
* -port tcp_port: Specifies the TCP port number.]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/208/xfs.html</guid>
		</item>
		<item>
			<title>xdvi</title>
			<link>https://undergroundnews.com/linux/command/view/207/xdvi.html</link>
			<description><![CDATA[xdvi is a program which runs under the X window system. It is used to
preview files, such as are produced by TeX. This program has the
capability of showing the file shrunken by various (integer) factors,
and also has a ``magnifying glass'' which allows one to see a small
part of the unshrunk image momentarily.  In addition to using
keystrokes to move within the file, xdvi provides buttons on the right
side of the window, which are synonymous with various sequences of
keystrokes.  xdvi is&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/207/xdvi.html</guid>
		</item>
		<item>
			<title>xdm</title>
			<link>https://undergroundnews.com/linux/command/view/206/xdm.html</link>
			<description><![CDATA[The xdm command ( X Display Manager) oversees X displays, to determine if they are on a local or remote host. It oversees the session, prompting for login name and password, authenticating the user and running the session. When a session is ended, xdm restarts the X server and restarts a whole new process. xdm can also coordinate between session via the X Display Manager Control Protocol Description, offering host menus to other terminals.]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/206/xdm.html</guid>
		</item>
		<item>
			<title>xconsole</title>
			<link>https://undergroundnews.com/linux/command/view/205/xconsole.html</link>
			<description><![CDATA[The xconsole program displays messages which are usually sent to /dev/console. Xconsole accepts  all of  the standard X Toolkit command line options along with the additional options listed below.

Options:

* -file file-name: To monitor some other device, use this option to specify the device name. This does not work on regular files as they are always ready to be read from.

* -notify -nonotify: When new data are received from the console and the notify option  is  set, the icon name of &hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/205/xconsole.html</guid>
		</item>
		<item>
			<title>xclock</title>
			<link>https://undergroundnews.com/linux/command/view/204/xclock.html</link>
			<description><![CDATA[xclock is the standard gui clock for the X Window System, It outputs in analog and digital formats. xclock's time updates at a frequency as specified by the user, time is taken from the system clock. xclock can be customized via the global X resources file.

Options:
* -analog - Sets the analog display mode, which is the default mode. Draws a conventional 12-hour clock face with ticks for each minute and stroke marks on each hour.
* -digital - Sets the 24-hour digital display mode. Displays &hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/204/xclock.html</guid>
		</item>
		<item>
			<title>xcdroast</title>
			<link>https://undergroundnews.com/linux/command/view/203/xcdroast.html</link>
			<description><![CDATA[X-CD-Roast is a GTK+ front-end for cdrtools which provides a graphical user interface (GUI) for CD authoring. X-CD-Roast runs on Linux and other Unix-like computer operating systems. Released under the GNU General Public License, X-CD-Roast is free software. X-CD-Roast was an early GUI front-end for unix-like systems, which has subsequently been reviewed as more primitive than other CD authoring software.]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/203/xcdroast.html</guid>
		</item>
		<item>
			<title>xawtv</title>
			<link>https://undergroundnews.com/linux/command/view/202/xawtv.html</link>
			<description><![CDATA[xawtv is a program that allows a person to watch and record television through a PC with either a TV tuner or a Satellite receiver card DVB-S. xawtv works on Unix-like operating systems, and is licensed under the GPL. It does not favour any particular desktop environment. It comes with applications which use MOTIF-based widgets, as well as other X11 and command line applications. It works with Video4linux and XVideo. The interface to xawtv is minimalistic.]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/202/xawtv.html</guid>
		</item>
		<item>
			<title>xauth</title>
			<link>https://undergroundnews.com/linux/command/view/201/xauth.html</link>
			<description><![CDATA[In the X Window System, programs connect to the X server, possibly via a computer network. Since the network may be accessible to other users, a method for forbidding access to programs run by users different from the one who is logged in is necessary.

There are five standard access control mechanisms that control whether a client application can connect to an X server. They can be grouped in three categories:

1. access based on host
2. access based on cookie
3. access based on user

A&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/201/xauth.html</guid>
		</item>
		<item>
			<title>write</title>
			<link>https://undergroundnews.com/linux/command/view/200/write.html</link>
			<description><![CDATA[write can refer to several Unix commands. All known variations of write are used to write messages to another user. The most popular variation sends a message directly to another user's TTY. The write session is terminated by sending EOF, which can be done by pressing Ctrl+D. The tty argument is only necessary when a user is logged into more than one terminal.

Example

*A conversation initiated between two users on the same machine:

11:19 AM# write root pts/7
test

*Will show up to th&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/200/write.html</guid>
		</item>
		<item>
			<title>whois</title>
			<link>https://undergroundnews.com/linux/command/view/199/whois.html</link>
			<description><![CDATA[WHOIS is a query/response protocol which is widely used for querying databases in order to determine the registrant or assignee of Internet resources, such as a domain name, an IP address, or an autonomous system number. WHOIS lookups were traditionally performed with a command line interface application, and network administrators predominantly still use this method, but many simplified web-based tools now exist. WHOIS typically is transported with the Transmission Control Protocol (TCP) and se&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/199/whois.html</guid>
		</item>
		<item>
			<title>who am i</title>
			<link>https://undergroundnews.com/linux/command/view/198/who-am-i.html</link>
			<description><![CDATA[whoami is a command found on most Unix-like operating systems, Windows Vista and Windows Server 2008. It is a concatenation of the words &quot;Who am I?&quot; and prints the effective userid (username) of the current user when invoked. It has the same effect as the Unix command id -un.

On Unix-like operating systems, the output of the command is slightly different from $USER because whoami outputs the username that the user is working under, whereas $USER outputs the username that was used to&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/198/who-am-i.html</guid>
		</item>
		<item>
			<title>who</title>
			<link>https://undergroundnews.com/linux/command/view/197/who.html</link>
			<description><![CDATA[The standard Unix command who displays a list of users who are currently logged into a computer. The who command is related to the command w, which provides the same information but also displays additional data and statistics.

The Single Unix Specification (SUS) specifies that who should list information about accessible users. The XSI extension also specifies that the data of the username, terminal, login time, process ID, and time since last activity occurred on the terminal, furthermore, &hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/197/who.html</guid>
		</item>
		<item>
			<title>which</title>
			<link>https://undergroundnews.com/linux/command/view/196/which.html</link>
			<description><![CDATA[Which takes one or more arguments. For each of its arguments it prints to stdout the full path of the executables that would have been executed when this argument had been entered at the shell prompt. It does this by searching for an executable or script in the directories listed in the environment variable PATH using the same algorithm as bash.

Options:
* -all, -a: Print all matching executables in PATH, not just the first. 
* -read-alias, -i: Read aliases from stdin, reporting matching on&hellip;]]></description>
			<pubDate>Sat, 31 May 2014 15:01:25 PDT</pubDate>
			<guid isPermaLink="true">https://undergroundnews.com/linux/command/view/196/which.html</guid>
		</item>
	</channel>
</rss>