Updated user guide.

* Added Maciej Baluta's GCI work on NetworkStatus, PowerStatus and
  ProcessController with only minor changes.
* Created a page for Daniel Marth's GCI work, based on the wiki page at
  https://dev.haiku-os.org/wiki/SystemBinCommands
* Updated translations mostly for Japanese and Italian from the currently 
  running GCI tasks.

Thanks everyone!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-12-04 19:04:43 +00:00
parent 17e54d27dc
commit bcbc6fda31
256 changed files with 5234 additions and 534 deletions
+2 -1
View File
@@ -147,7 +147,8 @@ Annars avinstalleras applikationen enkelt genom att radera dess mapp.</p>
<a id="cli-apps" name="cli-apps">Haiku's commandline applications</a></h2>
<p>Besides the normal commandline tools coming with the bash shell or are necessary to be POSIX compliant, there are a few Haiku-specific commandline applications worth mentioning. These commands are often useful for scripting purposes, see also topic <a href="bash-scripting.html">Bash and Scripting</a>.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td style="width:24px;"><img src="../images/apps-images/cli-app-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/cli-apps.html">Commandline applications</a></td><td> </td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/cli-app-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/list-cli-apps.html">List of all commandline applications</a></td><td> </td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/cli-app-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/cli-apps.html">Haiku-specific commandline applications</a></td><td> </td></tr>
</table>
<h2>
@@ -40,7 +40,8 @@
</ul>
<span>
<a href="../applications.html#cli-apps" class="uplink">Applications</a> 
 «  <a href="list-cli-apps.html">List of commands</a> 
::  <a href="../applications.html#cli-apps" class="uplink">Applications</a> 
</span></div>
</div>
@@ -48,7 +49,7 @@
<div>
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
<h2><img src="../../images/apps-images/cli-app-icon_64.png" alt="cli-app-icon_64.png" width="64" height="64" />Commandline applications</h2>
<h2><img src="../../images/apps-images/cli-app-icon_64.png" alt="cli-app-icon_64.png" width="64" height="64" />Haiku-specific commandline applications</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Location:</td><td style="width:15px;"></td><td><span class="path">/boot/system/bin</span><br /><span class="path">/boot/common/bin</span><br /><span class="path">~/config/bin</span></td></tr>
</table>
@@ -111,7 +112,8 @@ Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"</pre>
<div class="nav">
<div class="inner"><span>
<a href="../applications.html#cli-apps" class="uplink">Applikationer</a> 
 «  <a href="list-cli-apps.html">List of commands</a> 
::  <a href="../applications.html#cli-apps" class="uplink">Applikationer</a> 
</span></div>
</div>
@@ -0,0 +1,354 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!--
*
* Copyright 2010, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Daniel Marth
* Humdinger <[email protected]>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>List of commands</title>
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
</head>
<body>
<div id="banner">
<div><span>User guide</span></div>
</div>
<div class="nav">
<div class="inner">
<ul class="lang-menu">
<li class="now"><img src="../../images/flags/sv_SE.png" alt="" /> Svensk</li>
<li><a href="../../fr/applications/list-cli-apps.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
<li><a href="../../de/applications/list-cli-apps.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
<li><a href="../../it/applications/list-cli-apps.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
<li><a href="../../ru/applications/list-cli-apps.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/list-cli-apps.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../jp/applications/list-cli-apps.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
<li><a href="../../uk/applications/list-cli-apps.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../zh_CN/applications/list-cli-apps.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
<li><a href="../../pt_PT/applications/list-cli-apps.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
<li><a href="../../en/applications/list-cli-apps.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
<a href="../applications.html#cli-apps" class="uplink">Applications</a>
::  <a href="cli-apps.html">Haiku-specific commands</a>  »
</span></div>
</div>
<div id="content">
<div>
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
<h2><img src="../../images/apps-images/cli-app-icon_64.png" alt="cli-app-icon_64.png" width="64" height="64" />List of all commandline applications</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Location:</td><td style="width:15px;"></td><td><span class="path">/boot/system/bin</span><br /><span class="path">/boot/common/bin</span><br /><span class="path">~/config/bin</span></td></tr>
</table>
<p><br /></p>
<p>All commandline applications shipped with Haiku are in either <span class="path">/boot/system/bin</span> or <span class="path">/boot/common/bin</span>. Your own or additionally installed commandline apps should go in <span class="path">~/config/bin</span>. All these locations are part of the PATH variable and are therefore automatically found.<br />
Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter <tt>--help</tt>.</p>
<p><br /></p>
<p>Index:   <a href="#A">A E</a>   ::   <a href="#F"> F J </a>   ::   <a href="#K"> K O </a>   ::   <a href="#P"> P S </a>   ::   <a href="#T"> T Z </a></p>
<p><br /></p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><tt>CortexAddOnHost</tt></td><td style="width:10px;"> </td><td>Starts service to monitor audio and video media add-ons in use. </td></tr>
<tr><td><tt>ReadOnlyBootPrompt</tt></td><td> </td><td>Language setup. </td></tr>
<tr><td><tt>[</tt></td><td> </td><td>Check file types and compare values. </td></tr>
<tr><td colspan="3"><a id="A" name="A"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>A</h2></a></td></tr>
<tr><td><tt>addattr</tt></td><td> </td><td>Writes an attribute to a node, taking the type into account and converting the values accordingly. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>alert</tt></td><td> </td><td>Show a message box. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>arp</tt></td><td> </td><td>Manipulate the system ARP cache. </td></tr>
<tr><td><tt>awk</tt></td><td> </td><td>See gawk.</td></tr>
<tr><td><tt>base64</tt></td><td> </td><td>Base64 encode or decode to standard output. </td></tr>
<tr><td><tt>basename</tt></td><td> </td><td>Strip directory and optionally suffix from filenames.</td></tr>
<tr><td><tt>bash</tt></td><td> </td><td>Bourne-Again Shell</td></tr>
<tr><td><tt>bc</tt></td><td> </td><td>An arbitrary precision calculator language.</td></tr>
<tr><td><tt>beep</tt></td><td> </td><td>Ring a bell. </td></tr>
<tr><td><tt>bootman</tt></td><td> </td><td>Install or uninstall boot-menu. </td></tr>
<tr><td><tt>bunzip2</tt></td><td> </td><td>See bzip2.</td></tr>
<tr><td><tt>bzip2</tt></td><td> </td><td>Block-sorting file compressor.</td></tr>
<tr><td><tt>c++</tt></td><td> </td><td>C++-Compiler</td></tr>
<tr><td><tt>cal</tt></td><td> </td><td>Display a calendar. </td></tr>
<tr><td><tt>cat</tt></td><td> </td><td>Concatenate files and print on the standard output. </td></tr>
<tr><td><tt>catattr</tt></td><td> </td><td>Show attributes of a node. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>cc</tt></td><td> </td><td>C-Compiler</td></tr>
<tr><td><tt>checkfs</tt></td><td> </td><td>Check file system. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>checkitout</tt></td><td> </td><td>Wraps URL mime types around command line applications or other apps that don't handle them directly. </td></tr>
<tr><td><tt>chgrp</tt></td><td> </td><td>Change group of files. </td></tr>
<tr><td><tt>chmod</tt></td><td> </td><td>Change file mode bits. </td></tr>
<tr><td><tt>chop</tt></td><td> </td><td>Split file into smaller files. </td></tr>
<tr><td><tt>chown</tt></td><td> </td><td>Change the owner and group of files. </td></tr>
<tr><td><tt>chroot</tt></td><td> </td><td>Run commands within specified root directory. </td></tr>
<tr><td><tt>cksum</tt></td><td> </td><td>Print CRC checksum and byte counts of files. </td></tr>
<tr><td><tt>clear</tt></td><td> </td><td>Clear the terminal window. </td></tr>
<tr><td><tt>clockconfig</tt></td><td> </td><td>Configure clock. </td></tr>
<tr><td><tt>cmp</tt></td><td> </td><td>Compare files byte by byte.</td></tr>
<tr><td><tt>collectcatkeys </tt></td><td> </td><td>[Leftover from the move of locale-kit.]</td></tr>
<tr><td><tt>comm</tt></td><td> </td><td>Compare sorted files line by line. </td></tr>
<tr><td><tt>compress</tt></td><td> </td><td>Data compression program. </td></tr>
<tr><td><tt>consoled</tt></td><td> </td><td>Console daemon </td></tr>
<tr><td><tt>copyattr</tt></td><td> </td><td>Copies attributes from one or more files or directories, with all or a specified subset of their attributes, to another location. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>cp</tt></td><td> </td><td>Copy files and directories. </td></tr>
<tr><td><tt>csplit</tt></td><td> </td><td>Output pieces of files separated by patterns to files and output byte counts of each piece to standard output.</td></tr>
<tr><td><tt>ctags</tt></td><td> </td><td>Generate an index file for a variety of language objects found in files</td></tr>
<tr><td><tt>cut</tt></td><td> </td><td>Remove sections from each line of files. </td></tr>
<tr><td><tt>date</tt></td><td> </td><td>Display the current time in the given format or set the system date. </td></tr>
<tr><td><tt>dc</tt></td><td> </td><td>Desk Calculator language.</td></tr>
<tr><td><tt>dd</tt></td><td> </td><td>Copy a file, converting and formatting according operands. </td></tr>
<tr><td><tt>desklink</tt></td><td> </td><td>Link items in Deskbar. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>df</tt></td><td> </td><td>Report file system disk space usage. </td></tr>
<tr><td><tt>diff</tt></td><td> </td><td>Compare files line by line.</td></tr>
<tr><td><tt>diff3</tt></td><td> </td><td>Compare three files line by line.</td></tr>
<tr><td><tt>dircolors</tt></td><td> </td><td>Color setup for ls. </td></tr>
<tr><td><tt>dirname</tt></td><td> </td><td>Print path with its trailing component removed. </td></tr>
<tr><td><tt>draggers</tt></td><td> </td><td>Show/set draggers state. </td></tr>
<tr><td><tt>driveinfo</tt></td><td> </td><td>Show hardware information. </td></tr>
<tr><td><tt>dstcheck</tt></td><td> </td><td>Daylight Saving Time check. </td></tr>
<tr><td><tt>du</tt></td><td> </td><td>Summarize disk usage of each file, recursively for directories. </td></tr>
<tr><td><tt>dumpcatalog</tt></td><td> </td><td>[Leftover from the move of locale-kit.] </td></tr>
<tr><td><tt>echo</tt></td><td> </td><td>Display a line of text.</td></tr>
<tr><td><tt>egrep</tt></td><td> </td><td>See grep.</td></tr>
<tr><td><tt>eject</tt></td><td> </td><td>Eject removable media. </td></tr>
<tr><td><tt>env</tt></td><td> </td><td>Run a program in a modified environment. </td></tr>
<tr><td><tt>error</tt></td><td> </td><td>Prints clear text error messages for given error numbers. </td></tr>
<tr><td><tt>expand</tt></td><td> </td><td>Convert tabs in each file to spaces, writing to standard output. </td></tr>
<tr><td><tt>expr</tt></td><td> </td><td>Print value of expression to standard output. </td></tr>
<tr><td colspan="3"><a id="F" name="F"><h2>F</h2></a></td></tr>
<tr><td><tt>factor</tt></td><td> </td><td>Print the prime factors of each specified integer number. </td></tr>
<tr><td><tt>false</tt></td><td> </td><td>Do nothing, unsuccessfully. </td></tr>
<tr><td><tt>fdinfo</tt></td><td> </td><td>Shows info about the used file descriptors in the system. </td></tr>
<tr><td><tt>ffm</tt></td><td> </td><td>Set if focus follows mouse. </td></tr>
<tr><td><tt>fgrep</tt></td><td> </td><td>See grep.</td></tr>
<tr><td><tt>filepanel</tt></td><td> </td><td>Display a load/save file panel. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>find</tt></td><td> </td><td>Search for files in a directory hierarchy.</td></tr>
<tr><td><tt>finddir</tt></td><td> </td><td>Find directory using a constant. </td></tr>
<tr><td><tt>fmt</tt></td><td> </td><td>Reformat each paragraph in the listed files, writing to standard output. </td></tr>
<tr><td><tt>fold</tt></td><td> </td><td>Wrap input lines in each file, writing to standard output. </td></tr>
<tr><td><tt>fortune</tt></td><td> </td><td>Print a random, hopefully interesting, adage. </td></tr>
<tr><td><tt>frcode</tt></td><td> </td><td>Called by updatedb to compress the list of file names using front-compression.</td></tr>
<tr><td><tt>freetype-config</tt></td><td> </td><td>Get FreeType compilation and linking information.</td></tr>
<tr><td><tt>ftp</tt></td><td> </td><td>Internet file transfer program. </td></tr>
<tr><td><tt>ftpd</tt></td><td> </td><td>FTP daemon</td></tr>
<tr><td><tt>funzip</tt></td><td> </td><td>Extracts to stdout the gzip file or first zip entry of stdin or the given file.</td></tr>
<tr><td><tt>fwcontrol</tt></td><td> </td><td>FireWire control program. </td></tr>
<tr><td><tt>gawk</tt></td><td> </td><td>Pattern scanning and processing language. </td></tr>
<tr><td><tt>gdb</tt></td><td> </td><td>GNU debugger. </td></tr>
<tr><td><tt>getlimits</tt></td><td> </td><td>Output platform dependent limits in a format useful for shell scripts. </td></tr>
<tr><td><tt>grep</tt></td><td> </td><td>Search for pattern.</td></tr>
<tr><td><tt>groups</tt></td><td> </td><td>Print group memberships for each username. </td></tr>
<tr><td><tt>gunzip</tt></td><td> </td><td>See gzip.</td></tr>
<tr><td><tt>gzexe</tt></td><td> </td><td>Compress and decompress executables. </td></tr>
<tr><td><tt>gzip</tt></td><td> </td><td>Compress files. </td></tr>
<tr><td><tt>hd</tt></td><td> </td><td>Hexdump</td></tr>
<tr><td><tt>head</tt></td><td> </td><td>Print the first ten lines of each file to standard output. </td></tr>
<tr><td><tt>hey</tt></td><td> </td><td>A small scripting utility.</td></tr>
<tr><td><tt>hostname</tt></td><td> </td><td>Print or set the hostname of the current system. </td></tr>
<tr><td><tt>id</tt></td><td> </td><td>Print user and group information. </td></tr>
<tr><td><tt>ident</tt></td><td> </td><td>Identify RCS keyword in files. </td></tr>
<tr><td><tt>ifconfig</tt></td><td> </td><td>Configure a network interface. </td></tr>
<tr><td><tt>install</tt></td><td> </td><td>Copy files into destination locations. </td></tr>
<tr><td><tt>install-wifi-firmwares.sh</tt></td><td> </td><td>Install firmware for various wireless network cards. </td></tr>
<tr><td><tt>installoptionalpackage</tt></td><td> </td><td>Temporary solution for installing optional packages. </td></tr>
<tr><td><tt>installsound</tt></td><td> </td><td>Install a new named sound event in the sounds preferences panel. </td></tr>
<tr><td><tt>iroster</tt></td><td> </td><td>List input devices. </td></tr>
<tr><td><tt>isvolume</tt></td><td> </td><td>Get volume information. </td></tr>
<tr><td><tt>join</tt></td><td> </td><td>For each pair of input lines with identical jon fields, write a line to standard output. </td></tr>
<tr><td colspan="3"><a id="K" name="K"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>K</h2></a></td></tr>
<tr><td><tt>kernel_debugger</tt></td><td> </td><td>Enters the kernel debugger with the optional message. </td></tr>
<tr><td><tt>keymap</tt></td><td> </td><td>Show and edit keymap. </td></tr>
<tr><td><tt>kill</tt></td><td> </td><td>Send a signal to a process. </td></tr>
<tr><td><tt>less</tt></td><td> </td><td>Show file with backward and forward movement. </td></tr>
<tr><td><tt>lessecho</tt></td><td> </td><td>Echos its arguments on standard output. But any argument containing spaces is enclosed in quotes. </td></tr>
<tr><td><tt>lesskey</tt></td><td> </td><td>Specify key binding for less. </td></tr>
<tr><td><tt>link</tt></td><td> </td><td>Create a link to a file. </td></tr>
<tr><td><tt>linkcatkeys</tt></td><td> </td><td>[Leftover from the move of locale-kit.] </td></tr>
<tr><td><tt>listarea</tt></td><td> </td><td>Lists area info for all currently running teams. </td></tr>
<tr><td><tt>listattr</tt></td><td> </td><td>List file attributes. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>listdev</tt></td><td> </td><td>Display devices in a user friendly way. </td></tr>
<tr><td><tt>listimage</tt></td><td> </td><td>Lists image info for all currently running teams. </td></tr>
<tr><td><tt>listport</tt></td><td> </td><td>Lists all open ports in the system organized by team. </td></tr>
<tr><td><tt>listres</tt></td><td> </td><td>List resources of files. </td></tr>
<tr><td><tt>listsem</tt></td><td> </td><td>List the semaphores allocated by the specified team. </td></tr>
<tr><td><tt>listusb</tt></td><td> </td><td>List USB devices. </td></tr>
<tr><td><tt>ln</tt></td><td> </td><td>Make links between files.</td></tr>
<tr><td><tt>locate</tt></td><td> </td><td>Locate a file. </td></tr>
<tr><td><tt>logger</tt></td><td> </td><td>Send a message to the system logging facility. </td></tr>
<tr><td><tt>login</tt></td><td> </td><td>Begin session on the system. </td></tr>
<tr><td><tt>logname</tt></td><td> </td><td>Print the name of the current user. </td></tr>
<tr><td><tt>ls</tt></td><td> </td><td>List directory content. </td></tr>
<tr><td><tt>lsindex</tt></td><td> </td><td>Display the indexed attributes on the current volume/partition. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>mail2mbox</tt></td><td> </td><td>Convert BeOS e-mail files into Unix mailbox files. </td></tr>
<tr><td><tt>make</tt></td><td> </td><td>GNU make utility to maintain groups of programs.</td></tr>
<tr><td><tt>makebootable</tt></td><td> </td><td>Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors. </td></tr>
<tr><td><tt>mbox2mail</tt></td><td> </td><td>Convert Unix mailbox files into e-mail files for use with BeOS.. </td></tr>
<tr><td><tt>md5sum</tt></td><td> </td><td>Print or check MD5 checksums.</td></tr>
<tr><td><tt>merge</tt></td><td> </td><td>Three-way file merge. </td></tr>
<tr><td><tt>message</tt></td><td> </td><td>Print a message. </td></tr>
<tr><td><tt>mimeset</tt></td><td> </td><td>Set mimetype of a file. </td></tr>
<tr><td><tt>mkdepend</tt></td><td> </td><td>Makefile dependency generator.</td></tr>
<tr><td><tt>mkdir</tt></td><td> </td><td>Create directory. </td></tr>
<tr><td><tt>mkdos</tt></td><td> </td><td>Initialize FAT16 or FAT32 partitions. </td></tr>
<tr><td><tt>mkfifo</tt></td><td> </td><td>Create named pipes with the given names. </td></tr>
<tr><td><tt>mkfs</tt></td><td> </td><td>Build a file system. </td></tr>
<tr><td><tt>mkindex</tt></td><td> </td><td>Create a new index of the specified attribute. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>mktemp</tt></td><td> </td><td>Create a temporary file or directory, safely and print its name.</td></tr>
<tr><td><tt>modifiers</tt></td><td> </td><td>Asserts (un)pressed modifier keys. </td></tr>
<tr><td><tt>more</tt></td><td> </td><td>See less. </td></tr>
<tr><td><tt>mount</tt></td><td> </td><td>Mount a file system. </td></tr>
<tr><td><tt>mount_nfs</tt></td><td> </td><td>Mount NFS partition. </td></tr>
<tr><td><tt>mountvolume</tt></td><td> </td><td>Mounts a volume if given. Lists info about mounted and mountable volumes and mounts/unnmounts volumes. </td></tr>
<tr><td><tt>mv</tt></td><td> </td><td>Move file. </td></tr>
<tr><td><tt>netcat</tt></td><td> </td><td>Utility to do anything involving TCP or UDP.</td></tr>
<tr><td><tt>netstat</tt></td><td> </td><td>Print network connections, routing tables, interface statistics, masquerade connections and multicast memberships. </td></tr>
<tr><td><tt>nl</tt></td><td> </td><td>Write each file to standard output with line numbers added. </td></tr>
<tr><td><tt>nohup</tt></td><td> </td><td>Run command ignoring hangup signals. </td></tr>
<tr><td><tt>nproc</tt></td><td> </td><td>Print the number of processing units available to the current process which may be less than the number of online processors.</td></tr>
<tr><td><tt>od</tt></td><td> </td><td>Write an unambiguous representation, octal bytes per default of files to standard output. </td></tr>
<tr><td><tt>open</tt></td><td> </td><td>Launches an application/document from the shell. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td colspan="3"><a id="P" name="P"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>P</h2></a></td></tr>
<tr><td><tt>passwd</tt></td><td> </td><td>Change user password. </td></tr>
<tr><td><tt>paste</tt></td><td> </td><td>Write lines consisting of the sequentially corresponding lines from each file, separated by tabs to standard output.</td></tr>
<tr><td><tt>patch</tt></td><td> </td><td>Apply a diff file to an original. </td></tr>
<tr><td><tt>pathchk</tt></td><td> </td><td>Diagnose invalid or unportable file names. </td></tr>
<tr><td><tt>pc</tt></td><td> </td><td>Programmer's calculator. </td></tr>
<tr><td><tt>ping</tt></td><td> </td><td>Send ICMP-echo-request to network host. </td></tr>
<tr><td><tt>play</tt></td><td> </td><td>Play tracks from device. </td></tr>
<tr><td><tt>playfile</tt></td><td> </td><td>Play tracks from a file. </td></tr>
<tr><td><tt>playsound</tt></td><td> </td><td>Play a sound. </td></tr>
<tr><td><tt>playwav</tt></td><td> </td><td>Play WAV file. </td></tr>
<tr><td><tt>pr</tt></td><td> </td><td>Paginate or columnate files for printing. </td></tr>
<tr><td><tt>printenv</tt></td><td> </td><td>Print the values of the specified environment variables. </td></tr>
<tr><td><tt>printf</tt></td><td> </td><td>Format and print data. </td></tr>
<tr><td><tt>prio</tt></td><td> </td><td>Change priority of a process. </td></tr>
<tr><td><tt>profile</tt></td><td> </td><td>Profiles threads. </td></tr>
<tr><td><tt>ps</tt></td><td> </td><td>List running processes. </td></tr>
<tr><td><tt>ptx</tt></td><td> </td><td>Output a permuted index, including context, of the words in the input files.</td></tr>
<tr><td><tt>pwd</tt></td><td> </td><td>Print current directory. </td></tr>
<tr><td><tt>query</tt></td><td> </td><td>A shell utility for somewhat emulating the Tracker's "Find by formula" functionality. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>quit</tt></td><td> </td><td>Quit application. </td></tr>
<tr><td><tt>rc</tt></td><td> </td><td>Resource compiler. </td></tr>
<tr><td><tt>readlink</tt></td><td> </td><td>Print value of a symbolic link or canonical file name. </td></tr>
<tr><td><tt>reindex</tt></td><td> </td><td>Put the attributes of existing files into newly created index of a volume/partition. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>release</tt></td><td> </td><td>Release a semaphore. </td></tr>
<tr><td><tt>renice</tt></td><td> </td><td>Alter priority of running process. </td></tr>
<tr><td><tt>rlog</tt></td><td> </td><td>Print log messages and other information about RCS files.</td></tr>
<tr><td><tt>rm</tt></td><td> </td><td>Remove files and directories. </td></tr>
<tr><td><tt>rmattr</tt></td><td> </td><td>Remove an attribute from a file. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>rmdir</tt></td><td> </td><td>Remove directory.</td></tr>
<tr><td><tt>rmindex</tt></td><td> </td><td>Remove an attribute from the index of a volume/partition. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>roster</tt></td><td> </td><td>Print information about teams. </td></tr>
<tr><td><tt>route</tt></td><td> </td><td>List and manipulate network routes. </td></tr>
<tr><td><tt>safemode</tt></td><td> </td><td>Print if running in safemode. </td></tr>
<tr><td><tt>screen_blanker</tt></td><td> </td><td>Blank screen. </td></tr>
<tr><td><tt>screenmode</tt></td><td> </td><td>Sets the specified screen mode. </td></tr>
<tr><td><tt>sdiff</tt></td><td> </td><td>Side-by-side merge of file differences</td></tr>
<tr><td><tt>seq</tt></td><td> </td><td>Print numbers from FIRST to LAST, in steps of INCREMENT. </td></tr>
<tr><td><tt>setdecor</tt></td><td> </td><td>List and change decor. </td></tr>
<tr><td><tt>setgcc</tt></td><td> </td><td>Prints or sets the current gcc version. </td></tr>
<tr><td><tt>settype</tt></td><td> </td><td>Sets the MIME type, signature, and/or preferred application of one or more files. </td></tr>
<tr><td><tt>setversion</tt></td><td> </td><td>Show version of file. </td></tr>
<tr><td><tt>setvolume</tt></td><td> </td><td>Set the volume. </td></tr>
<tr><td><tt>setwep</tt></td><td> </td><td>Provides WEP encryption. </td></tr>
<tr><td><tt>sh</tt></td><td> </td><td>See bash. </td></tr>
<tr><td><tt>sha1sum</tt></td><td> </td><td>Print or check SHA1 checksums. </td></tr>
<tr><td><tt>shar</tt></td><td> </td><td>Makes so-called shell archives out of many files.</td></tr>
<tr><td><tt>shred</tt></td><td> </td><td>Overwrite the specified files repeatedly. </td></tr>
<tr><td><tt>shuf</tt></td><td> </td><td>Write a random permutation of the input lines to standard output. </td></tr>
<tr><td><tt>shutdown</tt></td><td> </td><td>Shutdown the computer. </td></tr>
<tr><td><tt>sleep</tt></td><td> </td><td>Pause for a specified number of seconds. </td></tr>
<tr><td><tt>sort</tt></td><td> </td><td>Write sorted concatenation of all files to standard output. </td></tr>
<tr><td><tt>spamdbm</tt></td><td> </td><td>Classify e-mail messages as spam and regular genuine messages. </td></tr>
<tr><td><tt>split</tt></td><td> </td><td>Output fixed-size pieces of input files to files with prefixes. </td></tr>
<tr><td><tt>stat</tt></td><td> </td><td>Display file or file system status. </td></tr>
<tr><td><tt>strace</tt></td><td> </td><td>Traces the syscalls of a thread or a team. </td></tr>
<tr><td><tt>stty</tt></td><td> </td><td>Print or change terminal characteristics. </td></tr>
<tr><td><tt>su</tt></td><td> </td><td>Change the effective user id and group. </td></tr>
<tr><td><tt>sum</tt></td><td> </td><td>Print checksum and block counts for each file. </td></tr>
<tr><td><tt>sync</tt></td><td> </td><td>Force changed blocks to disk, update the super block. </td></tr>
<tr><td><tt>sysinfo</tt></td><td> </td><td>Show system info. </td></tr>
<tr><td colspan="3"><a id="T" name="T"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>T</h2></a></td></tr>
<tr><td><tt>tac</tt></td><td> </td><td>Write each file to standard output, last line first. </td></tr>
<tr><td><tt>tail</tt></td><td> </td><td>Print the last ten lines of each file to standard output. </td></tr>
<tr><td><tt>tcpdump</tt></td><td> </td><td>Dump traffic on a network. </td></tr>
<tr><td><tt>tcptester</tt></td><td> </td><td>[deprecated] </td></tr>
<tr><td><tt>tee</tt></td><td> </td><td>Copy standard input to each file and also to standard output. </td></tr>
<tr><td><tt>telnet</tt></td><td> </td><td>User interface to the telnet protocol. </td></tr>
<tr><td><tt>telnetd</tt></td><td> </td><td>Telnet daemon. </td></tr>
<tr><td><tt>test</tt></td><td> </td><td>Check file types and compare values. </td></tr>
<tr><td><tt>timeout</tt></td><td> </td><td>Start command and kill it if still running after a specified number of seconds. </td></tr>
<tr><td><tt>top</tt></td><td> </td><td>Display tasks. </td></tr>
<tr><td><tt>touch</tt></td><td> </td><td>Change file timestamps. </td></tr>
<tr><td><tt>tput</tt></td><td> </td><td>Initialize a terminal or query terminfo database. </td></tr>
<tr><td><tt>tr</tt></td><td> </td><td>Translate, squeeze and/or delete characters from the standard input, writing to standard output.</td></tr>
<tr><td><tt>traceroute</tt></td><td> </td><td>Print the route packets trace to network host.</td></tr>
<tr><td><tt>translate</tt></td><td> </td><td>Translate app. </td></tr>
<tr><td><tt>trash</tt></td><td> </td><td>Send files to trash or restore them. </td></tr>
<tr><td><tt>true</tt></td><td> </td><td>Do nothing, successfully. </td></tr>
<tr><td><tt>truncate</tt></td><td> </td><td>Shrink or extend the size of each file to the specified size. </td></tr>
<tr><td><tt>tsort</tt></td><td> </td><td>Write totally ordered list consistent with the partial ordering in file. </td></tr>
<tr><td><tt>tty</tt></td><td> </td><td>Print the file name of the terminal connected to the standard output.</td></tr>
<tr><td><tt>uname</tt></td><td> </td><td>Print certain system information. </td></tr>
<tr><td><tt>unchop</tt></td><td> </td><td>Recreate a file previously split with chop. </td></tr>
<tr><td><tt>unexpand</tt></td><td> </td><td>Convert blanks in each file to tabs, writing to standard output. </td></tr>
<tr><td><tt>uniq</tt></td><td> </td><td>Filter adjacent matching lines from input writing to output. </td></tr>
<tr><td><tt>unlink</tt></td><td> </td><td>Call the unlink function to remove the specified file. </td></tr>
<tr><td><tt>unmount</tt></td><td> </td><td>Unmount partition. </td></tr>
<tr><td><tt>unrar</tt></td><td> </td><td>Unrar file. </td></tr>
<tr><td><tt>unshar</tt></td><td> </td><td>Unshar file. </td></tr>
<tr><td><tt>untrash</tt></td><td> </td><td>See trash. </td></tr>
<tr><td><tt>unzip</tt></td><td> </td><td>Unzip file. </td></tr>
<tr><td><tt>unzipsfx</tt></td><td> </td><td>Extract files in list, except those specified.</td></tr>
<tr><td><tt>updatedb</tt></td><td> </td><td>Update a database for locate. </td></tr>
<tr><td><tt>uptime</tt></td><td> </td><td>Prints the current date and time, as well as the time elapsed since the system was started. </td></tr>
<tr><td><tt>urlwrapper</tt></td><td> </td><td>Wrap URL mime types around command line or other apps that don't handle them directly. </td></tr>
<tr><td><tt>useradd</tt></td><td> </td><td>Create new user. </td></tr>
<tr><td><tt>uudecode</tt></td><td> </td><td>Create the specified file, decoding as you go. </td></tr>
<tr><td><tt>uuencode</tt></td><td> </td><td>Encode a file so it can be mailed to a remote system. </td></tr>
<tr><td><tt>vdir</tt></td><td> </td><td>List information about files. </td></tr>
<tr><td><tt>version</tt></td><td> </td><td>Returns the version of a file. </td></tr>
<tr><td><tt>vmstat</tt></td><td> </td><td>Print system info. </td></tr>
<tr><td><tt>waitfor</tt></td><td> </td><td>Wait for process events. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
<tr><td><tt>watch</tt></td><td> </td><td>Execute a program periodically. </td></tr>
<tr><td><tt>wc</tt></td><td> </td><td>Print newline, word and byte counts for each file. </td></tr>
<tr><td><tt>wget</tt></td><td> </td><td>The non-interactive network downloader. </td></tr>
<tr><td><tt>which</tt></td><td> </td><td>Locate a command. </td></tr>
<tr><td><tt>whoami</tt></td><td> </td><td>Print user name associated with the current effective user ID. </td></tr>
<tr><td><tt>xargs</tt></td><td> </td><td>Build and execute command lines from standard input. </td></tr>
<tr><td><tt>xres</tt></td><td> </td><td>List and manipulate resources. </td></tr>
<tr><td><tt>yes</tt></td><td> </td><td>Output a string repeatedly until killed. </td></tr>
<tr><td><tt>zcat</tt></td><td> </td><td>See gzip.</td></tr>
<tr><td><tt>zcmp</tt></td><td> </td><td>See zdiff. </td></tr>
<tr><td><tt>zdiff</tt></td><td> </td><td>Compare compressed files. </td></tr>
<tr><td><tt>zforce</tt></td><td> </td><td>Force a '.gz' extension on all gzip files. </td></tr>
<tr><td><tt>zgrep</tt></td><td> </td><td>Search possibly compressed files for a regular expression. </td></tr>
<tr><td><tt>zip</tt></td><td> </td><td>Add or replace zipfile entries from list. </td></tr>
<tr><td><tt>zipcloak</tt></td><td> </td><td>Encrypt all unencrypted entries in a zip file. </td></tr>
<tr><td><tt>zipgrep</tt></td><td> </td><td>Searches the given zip members for a string or pattern. </td></tr>
<tr><td><tt>zipinfo</tt></td><td> </td><td>See unzip.</td></tr>
<tr><td><tt>zipnote</tt></td><td> </td><td>Write the comments in zipfile to stdout. </td></tr>
<tr><td><tt>zipsplit</tt></td><td> </td><td>Split a zip file into smaller pieces. </td></tr>
<tr><td><tt>zmore</tt></td><td> </td><td>Like 'more' but operate on the uncompressed contents of any compressed files.</td></tr>
<tr><td><tt>znew</tt></td><td> </td><td>Recompress .Z files into .gz (gzip) files</td></tr>
</table>
</div>
</div>
<div class="nav">
<div class="inner"><span>
<a href="../applications.html#cli-apps" class="uplink">Applikationer</a>
::  <a href="cli-apps.html">Haiku-specific commands</a>  »
</span></div>
</div>
</body>
</html>
@@ -4,10 +4,11 @@
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Copyright 2010, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Maciej Bałuta
* Humdinger <[email protected]>
* Translators:
* Victor Widell
@@ -49,6 +50,7 @@
<div id="content">
<div>
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
<h2><img src="../../images/desktop-applets-images/networkstatus-icon_64.png" alt="networkstatus-icon_64.png" width="64" height="64" />NetworkStatus</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
@@ -56,7 +58,21 @@
<tr><td>Plats:</td><td></td><td><span class="path">/boot/system/apps/NetworkStatus</span></td></tr>
<tr><td>Inställningar:</td><td></td><td><i>inga</i></td></tr>
</table>
<p>Dokumentation saknas fortfarande. Om du vill arbeta med den, anmäl dig i <a href="http://www.freelists.org/list/haiku-doc">mailinglistan för dokumentation</a> för att undvika dubbelarbete.</p>
<p>NetworkStatus shows the status of your network connections. If it's not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar tray. In window mode you're able to resize the icon by resizing the window and use the <a href="../gui.html#replicants">Replicant</a> handle to drag it to the Desktop.<br />
Wherever it's installed, it's operated via a right-click context menu.</p>
<p><img src="../images/networkstatus-images/applet.png" alt="NetworkStatus applet" /><br />
The first section contains network devices' names with their state. Below are wireless networks found by the first wireless adapter. You can <span class="menu">Open network preferences...</span> to change your <a href="../preferences/network.html">network configuration</a> or <span class="menu">Quit</span> the applet.</p>
<p><img src="../images/networkstatus-images/status.png" alt="NetworkStatus - status of the interface" /><br />
Clicking on a network device's name in the context menu shows its IP, broadcast and netmask addresses.</p>
<h2>Status icons</h2>
<table summary="status icons" border="0" cellspacing="0" cellpadding="2">
<tr><td><img src="../images/networkstatus-images/icon-ready.png" /></td><td style="width:15px;"></td><td>Ready</td><td>Link is established.</td></tr>
<tr><td><img src="../images/networkstatus-images/icon-connecting.png" /></td><td></td><td>Configuring</td><td>Connecting in progress.</td></tr>
<tr><td><img src="../images/networkstatus-images/icon-nosettings.png" /></td><td></td><td>No stateful configuration</td><td>Some settings are missing (check <a href="../preferences/network.html">IP configuration</a>).</td></tr>
<tr><td><img src="../images/networkstatus-images/icon-noconnection.png" /></td><td></td><td>No link</td><td>There is no physical connection (probably the network cable is not connected and wireless networks are unavailable).</td></tr>
<tr><td><img src="../images/networkstatus-images/icon-nodevices.png" /></td><td></td><td>-</td><td>There are no network adapters available (if you are sure that at least one is connected, there are probably no drivers yet).</td></tr>
</table>
</div>
</div>
@@ -8,6 +8,7 @@
* Distributed under the terms of the MIT License.
*
* Authors:
* Maciej Bałuta
* Humdinger <[email protected]>
*
-->
@@ -56,11 +57,25 @@
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/PowerStatus</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/PowerStatus settings</span></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
<p>PowerStatus shows information about battery level, so it's only useful on mobile computers. If it's not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar tray. In window mode you're able to resize the icon by resizing the window and use the <a href="../gui.html#replicants">Replicant</a> handle to drag it to the Desktop.<br />
Wherever it's installed, it's operated via a right-click context menu.</p>
<p>Note: PowerStatus requires a working ACPI support.</p>
<img src="../images/powerstatus-images/applet.png" alt="PowerStatus applet" />
<p>The context menu offers these options:</p>
<table summary="options" border="0" cellspacing="0" cellpadding="2">
<tr><td><span class="menu">Show text label</span></td><td style="width:10px"></td><td>Shows battery level in percent or remaining time.</td></tr>
<tr><td><span class="menu">Show status icon</span></td><td></td><td>Shows icon of the applet.</td></tr>
<tr><td><span class="menu">Show percent</span>/<span class="menu">Show time</span></td><td></td><td>Switch between showing battery level in percent or remaining time (<span class="menu">Show text label</span> has to be active).</td></tr>
<tr><td><span class="menu">Battery info...</span></td><td></td><td>Shows the extended battery info window.</td></tr>
<tr><td><span class="menu">About...</span></td><td></td><td>Shows the About window.</td></tr>
<tr><td><span class="menu">Quit</span></td><td></td><td>Quits the PowerStatus applet</td></tr>
</table>
<p>When <span class="menu">Show text label</span> is active, the battery level is shown in brackets while charging.</p>
</div>
</div>
<!--
<div class="nav">
<div class="inner"><span>
 «  <a href="networkstatus.html">NetworkStatus</a> 
@@ -68,6 +83,6 @@
::  <a href="processcontroller.html">ProcessController</a>  »
</span></div>
</div>
-->
</body>
</html>
@@ -4,10 +4,11 @@
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Copyright 2010, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Maciej Bałuta
* Humdinger <[email protected]>
* Translators:
* Victor Widell
@@ -50,6 +51,7 @@
<div id="content">
<div>
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
<h2><img src="../../images/desktop-applets-images/processcontroller-icon_64.png" alt="processcontroller-icon_64.png" width="64" height="64" />ProcessController</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
@@ -57,7 +59,43 @@
<tr><td>Plats:</td><td></td><td><span class="path">/boot/system/apps/ProcessController</span></td></tr>
<tr><td>Inställningar:</td><td></td><td><i>inga</i></td></tr>
</table>
<p>Dokumentation saknas fortfarande. Om du vill arbeta med den, anmäl dig i <a href="http://www.freelists.org/list/haiku-doc">mailinglistan för dokumentation</a> för att undvika dubbelarbete.</p>
<p><img src="../images/processcontroller-images/applet.png" alt="ProcessController applet" style="float:left;margin: 0 4em 0 0" />The primary task of ProcessController applet is to show CPU(s) activity and amount of used memory. It allows monitoring of individual processes, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When <a href="../tracker.html"><span class="app">Tracker</span></a> or <a href="../deskbar.html"><span class="app">Deskbar</span></a> crashes you can run it again from ProcessController's menu.</p>
<p>Indicators on the left shows each CPU usage, while the bar on the right shows the memory consumption. Remember that the number of indicators depends on the number of processors in the computer.</p>
<p>If not yet running, launching ProcessController will ask if it should open in window mode or live in the Deskbar tray. In window mode you're able to resize the icon by resizing the window and use the <a href="../gui.html#replicants">Replicant</a> handle to drag it to the Desktop.<br />
Wherever it's installed, it's operated via a right-click context menu.<br />
To remove the applet again from your tray, uncheck <span class="menu">Live in the Deskbar</span> in its context menu.</p>
<h2>Quit an application</h2>
<div class="box-stop">Remember that closing an application can cause data loss and additionally the system may stop working reliably.</div>
<img src="../images/processcontroller-images/quit.png" alt="ProcessController - Quit an application" />
<p>To quit an application just choose it's name from the <span class="menu">Quit an application</span> menu. This is a clean way to close app, just like when you would click the close button. There are some teams that cannot be quitted this way, mostly system processes.</p>
<h2>Memory usage</h2>
<img src="../images/processcontroller-images/memory.png" alt="ProcessController - Memory usage" />
<div class="box-warning">Memory usage monitoring can be very inaccurate.</div>
<p>This menu allows you to monitor memory usage of different teams in your system. Next to the team's name there are two columns: first with memory amount reserved for write, while the second shows all memory including read-only space (shared libraries for example).</p>
<p>The first row <span class="menu">System resources &amp; caches...</span> shows total amount of memory used by system and all applications. The length of the blue bar is based on total physical memory in your computer. The next rows show memory used by each process. Please note that the length of the bar is based only on the used part of memory.</p>
<table>
<tbody>
<tr><td style="width:20px;height:20px;background:#1414E7"></td><td style="width:10px"></td><td>Memory used only by given application (with write access)</td></tr>
<tr><td style="height:20px;background:#A4A4F5"></td><td></td><td>Memory including read-only space (can be shared with other applications)</td></tr>
</tbody>
</table>
<h2>Threads and CPU usage</h2>
<img src="../images/processcontroller-images/priority.png" alt="ProcessController - Priority" />
<div class="box-stop">Everything in this menu can cause data loss and system instability.</div>
<p>This menu allows you to change thread priorities, kill processes or debug them.<br />
At the first level you see team names, when you click on it, you can kill the whole team. The dark-blue part of the bar is spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processing power.<br />
At the second level there are particular threads. By clicking them you can debug or kill them. A bar completely filled with blue means that the thread is using completely one processor/core.<br />
The last level of the menu allows you to change a thread's priority.
</p>
<table>
<tbody>
<tr><td style="width:20px;height:20px;background:#1414E7"></td><td style="width:10px"></td><td>Kernel code</td></tr>
<tr><td style="height:20px;background:#A4A4F5"></td><td></td><td>User code</td></tr>
<tr><td style="height:20px;background:#6EBE6E"></td><td></td><td>Idle thread</td></tr>
</tbody>
</table>
</div>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

+1 -1
View File
@@ -64,7 +64,7 @@
<h1>Tracker</h1>
<p>The Tracker is the graphical interface to all your files. It let's you create new files and folders or find, launch or rename as well as copy or delete existing ones.</p>
<p>The Tracker is the graphical interface to all your files. It lets you create new files and folders or find, launch or rename as well as copy or delete existing ones.</p>
<p>Being an application like any other (the Desktop with its icons is really just a fullscreen window in the background), Tracker appears with its windows in the Deskbar and can be quit and restarted. The easiest way to quit and restart a crashed or frozen Tracker (or a wayward Deskbar) is to call the <a href="teammonitor.html">Team Monitor</a>.</p>
<h2>