FREESCO v0.3.8 COMMANDS
/bin DIRECTORY COMMANDS:
|
/sbin DIRECTORY COMMANDS:
|
Command: | = | ||||||
Location: | /sbin | ||||||
Type: | Script | ||||||
Usage: | = [$?/1/0] ["text-success"] ["text-failure"] | ||||||
Purpose: | This command is used to print "Done" or "XXXX" inside of startup scripts. When used in the above usage example a successful exit will print the first text and a failure will print the second text. |
||||||
Option(s): |
|
Command: | a: | ||
Location: | /bin | ||
Type: | Script | ||
Usage: | a: [/dev/fdN] [/dev/fdNu1680] | ||
Purpose: | Mounts or UnMounts a floppy disk. | ||
Option(s): |
|
Command: | agetty | ||||||||||||||||||
Location: | /sbin | ||||||||||||||||||
Type: | Binary | ||||||||||||||||||
Usage: | agetty [-hiLmw] [-l login_program] [-t timeout] [-I initstring] baud_rate,... line [termtype] or agetty [-hiLmw] [-l login_program] [-t timeout] [-I initstring] line baud_rate,... [termtype] |
||||||||||||||||||
Purpose: | The Linux version of getty. Set terminal type, modes, speed, and line discipline. agetty is invoked by init, which ultimately connects a user with the Linux system. | ||||||||||||||||||
Option(s): |
|
Command: | arpf | ||||
Location: | /bin | ||||
Type: | Binary | ||||
Usage: | arpf [-i IF] [-s] | ||||
Purpose: | This will display the IP and MAC addresses of all clients currently connected to the specified network interface. | ||||
Option(s): |
|
Command: | arpmon |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | This script is used by the system to monitor the network to see what machines are currently online. Machines that are online then have their MAC addresses written to a special file the rest of the system can use to control other security and access options. |
Option(s): | None. |
Command: | authorized_key |
Location: | /bin |
Type: | Script |
Usage: | authorized_key <users_home_directory> |
Purpose: | The authorized_keys file allows users to login using SSH and not have to use a password. |
Option(s): | None. |
Command: | backup |
Location: | /bin |
Type: | Script |
Usage: | backup |
Purpose: | This command will copy the primary configuration files from FREESCO running on a hard drive install or on a read-only-once floppy install to a default pre-made FREESCO floppy. Currently it only operates with /dev/fd0. |
Option(s): | None. |
Command: | basename |
Location: | /bin |
Type: | Script |
Usage: | basename [dir]name.extension [.extension] |
Purpose: | This script takes any file and strips all other components from it such as the directory and any extension that you specify as the second argument. |
Option(s): | None. |
Command: | beep | ||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||
Usage: | beep [-f freq] [-l length] [-r reps] [-d delay] [-D delay] [-s] [-c] beep [-h ¦ --help] beep [-v ¦ -V ¦ --version] |
||||||||||||||||||||
Purpose: | Produces a tone from the speaker. Used by the "play" script. | ||||||||||||||||||||
Option(s): |
|
Command: | block_device |
Location: | /sbin |
Type: | Binary |
Usage: | block_device FILE |
Purpose: | Returns the block device where a file or directory resides. |
Option(s): | None. |
Command: | brcfg |
Location: | /bin |
Type: | Binary |
Usage: | brcfg -enable |
Purpose: | This binary should NOT be used directly from the command line and it is included into FREESCO's internal operations. |
Option(s): | None. |
Command: | chat | ||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||
Usage: | chat [-e] [-E] [-v] [-V] [-t TIMEOUT] [-r REPORT_FILE] [-T PHONE_NUMBER] [-U PHONE_NUMBER2] {-f CHAT_FILE ¦ Chat_Script} | ||||||||||||||||||||
Purpose: | The chat binary manages dialing a connection and password negotiation before a PPP connection is made. | ||||||||||||||||||||
Option(s): |
|
Command: | chgrp | ||
Location: | /bin | ||
Type: | Binary | ||
Usage: | chgrp [OPTION]... GROUP FILE... | ||
Purpose: | Change the group membership of each FILE to GROUP. | ||
Option(s): |
|
Command: | chmod | ||||
Location: | /bin | ||||
Type: | Binary | ||||
Usage: | chmod [-R] MODE[,MODE]... FILE... | ||||
Purpose: | Change file access permissions. | ||||
Option(s): |
|
Command: | chown | ||||
Location: | /bin | ||||
Type: | Binary | ||||
Usage: | chown [ -Rh ]... OWNER[<.¦:>[GROUP]] FILE... | ||||
Purpose: | Change the owner and/or group of each FILE to OWNER and/or GROUP. | ||||
Option(s): |
|
Command: | chroot |
Location: | /bin |
Type: | Binary |
Usage: | chroot NEWROOT [COMMAND...] |
Purpose: | Run COMMAND with root directory set to NEWROOT. |
Option(s): | None. |
Command: | chvt |
Location: | /bin |
Type: | Binary |
Usage: | chvt N |
Purpose: | Changes the foreground virtual terminal to /dev/ttyN. |
Option(s): | None. |
Command: | cip |
Location: | /bin |
Type: | Script |
Usage: | cip [DEV] |
Purpose: | Displays a spinning cursor on DEV to indicate 'Computing In Progress'. If DEV is not specified, cip will use the current console. Use CTRL+c to terminate. |
Option(s): | None. |
Command: | clear |
Location: | /bin |
Type: | Binary |
Usage: | clear |
Purpose: | Clears the current display of all text. |
Option(s): | None. |
Command: | clock | ||||||||||
Location: | /bin | ||||||||||
Type: | Binary | ||||||||||
Usage: | clock [-u] -r¦w¦s¦a | ||||||||||
Purpose: | Manipulate the CMOS clock. | ||||||||||
Option(s): |
|
Command: | clr |
Location: | /bin |
Type: | Script |
Usage: | clr |
Purpose: | Clear the screen. This is a shortcut to the binary "clear". |
Option(s): | None. |
Command: | cmp | ||
Location: | /bin | ||
Type: | Binary | ||
Usage: | cmp [-s] FILE1 [FILE2] | ||
Purpose: | Compare files. | ||
Option(s): |
|
Command: | connect |
Location: | /bin |
Type: | Script |
Usage: | connect |
Purpose: | Used to establish a modem connection to the default ISP. |
Option(s): | None. |
Command: | control | ||||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||||
Type: | Script | ||||||||||||||||||||||
Usage: | control [Command] | ||||||||||||||||||||||
Purpose: | Controls the current state of the dial-up daemon. | ||||||||||||||||||||||
Option(s): |
|
Command: | cp | ||||||||||
Location: | /bin | ||||||||||
Type: | Binary | ||||||||||
Usage: | cp [OPTION]... SOURCE DEST | ||||||||||
Purpose: | Copies SOURCE to DEST, or multiple SOURCEs) to DIRECTORY. | ||||||||||
Option(s): |
|
Command: | cp-rf |
Location: | /bin |
Type: | Script |
Usage: | cp-rf /DIR1 /DIR2 |
Purpose: | Copies recursively from DIR1 to DIR2. |
Option(s): | None. |
Command: | crond | ||||||||||
Location: | /sbin | ||||||||||
Type: | Binary | ||||||||||
Usage: | crond -d[#] [-l#] [-f] [-b] [-c DIR] | ||||||||||
Purpose: | Execute commands at scheduled times. | ||||||||||
Option(s): |
|
Command: | crontab | ||||
Location: | /bin | ||||
Type: | Script | ||||
Usage: | crontab [-e] or crontab [-l] |
||||
Purpose: | View or edit your current crontab file. | ||||
Option(s): |
|
Command: | daemon |
Location: | /sbin |
Type: | Script |
Usage: | daemon PROGRAM |
Purpose: | Runs PROGRAM in an endless loop that will continue to restart even if the program is killed. |
Option(s): | None. |
Command: | date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | /bin/date [OPTION]... [+FORMAT] or /bin/date [OPTION] [MMDDhhmm[[CC]YY][.ss]] NOTE: It is important to use the FULL PATH to this binary because there is also a built-in "date" command that does not have the below options available. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | Display the current time in the given FORMAT, or set the system date. FORMAT controls the output. Interpreted sequences (listed under options) begin with the % character. By default, date pads numeric fields with zeroes. GNU date recognizes the following modifiers between `%' and a numeric directive: `-' (hyphen) do not pad the field `_' (underscore) pad the field with spaces. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | dd | ||||||||||||||||||
Location: | /bin | ||||||||||||||||||
Type: | Binary | ||||||||||||||||||
Usage: | dd [if=FILE] [of=FILE] [bs=N] [count=N] [skip=N] [seek=N] [conv=notrunc¦noerror¦sync] | ||||||||||||||||||
Purpose: | Copy a file, converting and formatting according to options. Numbers may be suffixed by c <x1>, w <x2>, b <x512>, kD <x1000>, k <x1024>, MD <x1000000>, M <x1048576>, GD <x1000000000> or G <x1073741824>. |
||||||||||||||||||
Option(s): |
|
Command: | df | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | df [-hmk] [FILESYSTEM ...] | ||||||
Purpose: | Print the filesystem space used and space available. | ||||||
Option(s): |
|
Command: | dhcpcd | ||||||||||||||||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||||||||||
Usage: | dhcpcd [-dknrBCDHNRSTY] [-l LEASETIME] [-h HOSTNAME] [-t TIMEOUT] [-i VENDOR_ID] [-I CLIENT_ID] [-c FILENAME] [-s [IPADDR]] [-w WIN_SIZE] [-L CONFIG_DIR] [-G [GATEWAY]] [INTERFACE] INTERFACE Specifies the network interface name (eth0, eth1, etc.). |
||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | DHCP client for ISP DHCP connections. | ||||||||||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | dhcpcd-fld |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | This script is used by the system when the external DHCP lease from an ISP fails. |
Option(s): | None. |
Command: | dhcpcd.update |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | This script is used by dhcpcd to update the system when a new lease is acquired. |
Option(s): | None. |
Command: | dhcpd | ||||||||||||
Location: | /sbin | ||||||||||||
Type: | Binary | ||||||||||||
Usage: | dhcpd [-p PORT] [-d] [-f] [-cf CONFIG-FILE] [-lf LEASE-FILE] [-pf PID-FILE] [if0 [...ifN]] | ||||||||||||
Purpose: | Dynamic Host Configuration Protocol server daemon. | ||||||||||||
Option(s): |
|
Command: | diald | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | diald [modem-device1] [modem-device2 ...] [options...] [-- [pppd options...]] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | Monitor and control dialup connections. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | dir |
Location: | /bin |
Type: | Script |
Usage: | dir [dirname] |
Purpose: | Prints files in a six column display with executables marked with a "*". |
Option(s): | None. |
Command: | dirname |
Location: | /bin |
Type: | Script |
Usage: | dirname /dir/filename.extension |
Purpose: | Separates only the directory from the full directory and file name. |
Option(s): | None. |
Command: | dmesg | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | dmesg [-c] [-n LEVEL] [-s SIZE] | ||||||
Purpose: | Prints or controls the kernel ring buffer. | ||||||
Option(s): |
|
Command: | dnsmasq | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | dnsmasq [options] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | A caching DNS forwarder. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | dropbear | ||||||||||||||||||
Location: | /sbin | ||||||||||||||||||
Type: | Binary | ||||||||||||||||||
Usage: | dropbear [OPTIONS] | ||||||||||||||||||
Purpose: | Multicall binary that provides SSH server and client in addition to SFTP, Security key conversion and creation. | ||||||||||||||||||
Option(s): |
|
Command: | dropbearconvert |
Location: | /sbin |
Type: | Binary |
Usage: | dropbearconvert <INPUTTYPE> <OUTPUTTYPE> <INPUTFILE> <OUTPUTFILE> |
Purpose: | Convert private keys between Dropbear and OpenSSH format. The input and output types are one of: openssh dropbear |
Option(s): | None. |
Command: | dropbearkey | ||||||||
Location: | /sbin | ||||||||
Type: | Binary | ||||||||
Usage: | dropbearkey -t <TYPE> -f <FILENAME> [-s BITS] | ||||||||
Purpose: | Create or display the dropbear keys. | ||||||||
Option(s): |
|
Command: | dyndns | ||
Location: | /bin | ||
Type: | Binary | ||
Usage: | dyndns [-f] | ||
Purpose: | This is a dynamic DNS client that will update dyndns.org, zoneedit, loopia, dhs, domain-dns, and is capable of being configured to support unsupported dynamic DNS servers. | ||
Option(s): |
|
Command: | echo | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | echo [-neE] [ARG ...] | ||||||
Purpose: | Prints the specified ARGs to stdout. | ||||||
Option(s): |
|
Command: | edit |
Location: | /bin |
Type: | Script |
Usage: | edit filename |
Purpose: | This script uses the editor listed in the advanced setup (default: edt) to edit files, except when finished it syncs the drive so changes are permanent and clears the screen. |
Option(s): | None. |
Command: | edt | ||
Location: | /sbin | ||
Type: | Binary | ||
Usage: | edt [-r] filename | ||
Purpose: | A simple file editor. | ||
Option(s): |
|
Command: | |
Location: | /bin |
Type: | Script |
Usage: | email [[-messages] [-secure] [-infologs] [-netinfo] [-report]] [user@domain] |
Purpose: | Send logs through email. If no email address is entered, the default email address in the configuration will be used. |
Option(s): | None. |
Command: | false |
Location: | /bin |
Type: | Binary |
Usage: | false |
Purpose: | Returns a false status for usage by shell scripts. |
Option(s): | None. |
Command: | find | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | find PATH -name PATTERN find PATH -follow find PATH -print |
||||||
Purpose: | Search for files in a directory hierarchy. The default PATH is the current directory; default EXPRESSION is '-print'. | ||||||
Option(s): |
|
Command: | fork |
Location: | /sbin |
Type: | Binary |
Usage: | fork PROGRAM |
Purpose: | Starts an independent shell for the program to run in. |
Option(s): | None. |
Command: | fpenguin | ||||
Location: | /bin | ||||
Type: | Script | ||||
Usage: | fpenguin [OPTIONS] | ||||
Purpose: | Screen saver. Use CRTL+c to terminate. |
||||
Option(s): |
|
Command: | free |
Location: | /bin |
Type: | Script |
Usage: | free |
Purpose: | Display all memory usage and disk usage. |
Option(s): | None. |
Command: | freetime | ||||||||
Location: | /sbin | ||||||||
Type: | Binary | ||||||||
Usage: | freetime [OPTIONS] | ||||||||
Purpose: | Used by the synctime script to correct the system clock. | ||||||||
Option(s): |
|
Command: | fromdos |
Location: | /bin |
Type: | Script |
Usage: | fromdos < Dos.file > Linux.file |
Purpose: | Converts files that are in DOS format to Linux format files. |
Option(s): | None. |
Command: | grep |
Location: | /bin |
Type: | Script |
Usage: | OUTPUT ¦ grep PATTERN |
Purpose: | Takes command OUTPUT and filters it to only display lines that match the specified PATTERN. |
Option(s): | None. |
Command: | gunzip | ||||
Location: | /bin | ||||
Type: | Binary | ||||
Usage: | gunzip [OPTION]... FILE | ||||
Purpose: | Uncompress FILE (or standard input if FILE is '-'). | ||||
Option(s): |
|
Command: | gzip | ||||
Location: | /bin | ||||
Type: | Binary | ||||
Usage: | gzip [OPTION] FILE | ||||
Purpose: | Compress files. | ||||
Option(s): |
|
Command: | halt |
Location: | /sbin |
Type: | Binary |
Usage: | halt |
Purpose: | Stops the system so it can be turned off. |
Option(s): | None. |
Command: | hardinfo |
Location: | /bin |
Type: | Script |
Usage: | hardinfo |
Purpose: | Prints current detected hardware to stdout. |
Option(s): | None. |
Command: | hostname |
Location: | /bin |
Type: | Script |
Usage: | hostname |
Purpose: | Returns the name and domain of the current system. |
Option(s): | None. |
Command: | htpasswd | ||
Location: | /bin | ||
Type: | Binary | ||
Usage: | htpasswd [-c] passwordfile username | ||
Purpose: | Add a user and hashed password to the password file specified. | ||
Option(s): |
|
Command: | ifconfig | ||||||||||||||||||||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||
Usage: | ifconfig [-a] <interface> [<address>] [OPTIONS] | ||||||||||||||||||||||||||||||||||||||
Purpose: | Configure a network interface. | ||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | ile |
Location: | /bin |
Type: | Binary |
Usage: | ile |
Purpose: | Enables command line history for the ash shell. |
Option(s): | None. |
Command: | init |
Location: | /sbin |
Type: | Binary |
Usage: | None. |
Purpose: | Init is the parent of all processes. |
Option(s): | None. |
Command: | insmod | ||||||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||
Usage: | insmod [-fkmopsvVxX] [-o name] MODULE [[sym=value]...] | ||||||||||||||||||||||||
Purpose: | Inserts a module into the running kernel. | ||||||||||||||||||||||||
Option(s): |
|
Command: | ipautofw | ||||||||||||||||
Location: | /bin | ||||||||||||||||
Type: | Binary | ||||||||||||||||
Usage: | ipautofw <command> <options> Valid commands: -A add new autoforward entry -D delete an autoforward entry -F flush the autoforward table |
||||||||||||||||
Purpose: | Forward a range of ports from the external interface to a specified internal client. | ||||||||||||||||
Option(s): |
|
Command: | ipcalc |
Location: | /bin |
Type: | Binary |
Usage: | ipcalc <NETMASK> <ADDRESS> |
Purpose: | Calculate IP network and broadcast settings from an IP address. |
Option(s): | None. |
Command: | ipfwadm | ||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||
Usage: | ipfwadm -A¦I¦O¦F¦M <Command> <Option> | ||||||||||||||||||||||||||||||||
Purpose: | Used to set up, maintain, and inspect the IP firewall and accounting rules. Valid Commands are: -a [POLICY] append -c check acceptance of packet -d [POLICY] delete -f remove rules of this category -i [POLICY] insert -l list all rules -p POLICY default policy (accept/deny/reject) -s TCP TCPFIN UDP timeout values -z reset packet counters |
||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | ipfwd | ||||
Location: | /sbin | ||||
Type: | Binary | ||||
Usage: | ipfwd [options] remote-host protocol | ||||
Purpose: | Forward a specific protocol family to a specific IP address. Check /etc/protocols for the protocol numbers. |
||||
Option(s): |
|
Command: | ipportfw |
Location: | /bin |
Type: | Binary |
Usage: | ipportfw <Command> <Option> Commands: Add entry: -A [-t¦u] LIP/LPORT -R DIP/DPORT Delete entry: -D [-t¦u] LIP/LPORT Clear table: -C List table: -L DIP: Destination IP. DPORT: Destination Port. LIP: Local IP. LPORT: Local Port. |
Purpose: | Forward a specified external to a specified internal port to an internal host. [-t¦u] - TCP or UDP. LIP - Local IP address. LPORT - Local port. DIP - Destination IP address. DPORT - Destination port. |
Option(s): | None. |
Command: | isapnp |
Location: | /sbin |
Type: | Binary |
Usage: | isapnp CONFIG-FILE |
Purpose: | Activate and configure ISA PnP cards in the system from CONFIG-FILE. CONFIG-FILE is generated with pnpdump and then edited to your needs. |
Option(s): | None. |
Command: | ispstats | ||||
Location: | /bin | ||||
Type: | Script | ||||
Usage: | ispstats [MM] [YY] | ||||
Purpose: | Process ISP PPP connection data and format it into a readable format. | ||||
Option(s): |
|
Command: | kill | ||
Location: | /bin | ||
Type: | Binary | ||
Usage: | kill [-(SIG_NUM)] (PID) | ||
Purpose: | Send a signal to terminate one or more Process IDs. | ||
Option(s): |
|
Command: | killall | ||
Location: | /sbin | ||
Type: | Script | ||
Usage: | killall program [-SIG_NUM] | ||
Purpose: | Kill all instances of a program. | ||
Option(s): |
|
Command: | klogd | ||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||
Usage: | klogd [options] | ||||||||||||||||||||||||
Purpose: | Control which kernel messages are displayed on the console, prioritize all messages, and log them through syslogd. | ||||||||||||||||||||||||
Option(s): |
|
Command: | length |
Location: | /bin |
Type: | Binary |
Usage: | length STRING |
Purpose: | Print the number of characters in STRING. |
Option(s): | None. |
Command: | ll |
Location: | /bin |
Type: | Script |
Usage: | ll [dir] |
Purpose: | Long file listing format. (Link to 'ls -l') |
Option(s): | None. |
Command: | ln | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | ln [OPTION] TARGET... LINK_NAME¦DIRECTORY | ||||||
Purpose: | Create a link named LINK_NAME or DIRECTORY to the specified TARGET You may use '--' to indicate that all following arguments are non-options. |
||||||
Option(s): |
|
Command: | load |
Location: | /sbin |
Type: | Script |
Usage: | load program/script |
Purpose: | Loads a gzip'ed executable binary or script and executes it into memory as if it was uncompressed normally without uncompressing the original code. |
Option(s): | None. |
Command: | loadkmap |
Location: | /bin |
Type: | Binary |
Usage: | None. |
Purpose: | The system uses this binary to load a language specific binary keyboard translation table into the system. |
Option(s): | None. |
Command: | logger | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | logger [OPTION]... [MESSAGE] | ||||||
Purpose: | Write MESSAGE to the system log. If MESSAGE is omitted, log stdin. | ||||||
Option(s): |
|
Command: | login |
Location: | /bin |
Type: | Binary |
Usage: | login [username [environmental-variables]] |
Purpose: | Log into the system. |
Option(s): | None. |
Command: | logrotate | ||||||||||||
Location: | /sbin | ||||||||||||
Type: | Binary | ||||||||||||
Usage: | fork logrotate BOOTDEVICE InfoLogSize MessagesLogSize LoginLogSize EnableLogger EmailLogs Example: fork logrotate /dev/hda1 30000 30000 5000 y n All of the above commands line arguments are required. |
||||||||||||
Purpose: | System binary that monitors files and rotates logs. WARNING: There are no flags with the logrotate binary, however it MUST be supplied specific arguments and it MUST be forked into a background process and not more than one logrotate process can run at the same time! |
||||||||||||
Option(s): |
|
Command: | lpd | ||||||||||||||||
Location: | /sbin | ||||||||||||||||
Type: | Binary | ||||||||||||||||
Usage: | lpd [-l] [-d] [-p PORT] [-r RAW[:DEV]] [-f FEED[:DEV]] [-o DEV] [-t TIMEOUT] [-q LEN] | ||||||||||||||||
Purpose: | LPR print server deamon. Notes: Up to ten subnets may be included, and up to ten name:device pairs are supported for each queue type. |
||||||||||||||||
Option(s): |
|
Command: | ls | ||||||||||||||||||||||||||||||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | ls [-1AacCdeFhiklnprsStTuvwXx] [filenames...] | ||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | List directory contents. | ||||||||||||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | lsmod |
Location: | /bin |
Type: | Script |
Usage: | lsmod |
Purpose: | List all currently loaded kernel modules. |
Option(s): | None. |
Command: | math | ||||||||
Location: | /bin | ||||||||
Type: | Binary | ||||||||
Usage: | math XX YY OPTION | ||||||||
Purpose: | Perform mathematical calculations using numbers XX and YY. | ||||||||
Option(s): |
|
Command: | mgetty |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | System file to control dialin connections and connection times. |
Option(s): | None. |
Command: | mini_sendmail | ||||||||||||
Location: | /sbin | ||||||||||||
Type: | Binary | ||||||||||||
Usage: | mini_sendmail [-f<name>] [-t] [-s<server>] [-p<port>] [-T<timeout>] [-v] [address ...] | ||||||||||||
Purpose: | With no flags, mini_sendmail reads its standard input up to an end-of-file and sends a copy of the message found there to all of the addresses listed. The message is sent by connecting to a local SMTP server. This means mini_sendmail can be used to send mail from inside a chroot(2) area. |
||||||||||||
Option(s): |
|
Command: | minicom | ||||
Location: | /bin | ||||
Type: | Script | ||||
Usage: | minicom [PORT] [SPEED] | ||||
Purpose: | Serial terminal. | ||||
Option(s): |
|
Command: | miterm |
Location: | /sbin |
Type: | Binary |
Usage: | miterm [-s SPEED] [-l LINE] [-e ESC-CHAR] |
Purpose: | Create a terminal connection. System file that is used by "minicom" to create a terminal and comunicate to a serial port. |
Option(s): | None. |
Command: | mkdir |
Location: | /bin |
Type: | Binary |
Usage: | mkdir new-dir-name |
Purpose: | Create a directory. |
Option(s): | None. |
Command: | mknod | ||
Location: | /bin | ||
Type: | Binary | ||
Usage: | mknod [OPTIONS] NAME TYPE MAJOR MINOR | ||
Purpose: | Create a special file (block, character, or pipe). TYPEs include: b: Make a block (buffered) device. c or u: Make a character (un-buffered) device. p: Make a named pipe. MAJOR and MINOR are ignored for named pipes. |
||
Option(s): |
|
Command: | mkswap | ||||||||
Location: | /bin | ||||||||
Type: | Binary | ||||||||
Usage: | mkswap [-c] [-v0¦-v1] device [block-count] | ||||||||
Purpose: | Prepare a disk partition to be used as a swap partition. | ||||||||
Option(s): |
|
Command: | mode | ||||||||||||
Location: | /sbin | ||||||||||||
Type: | Script | ||||||||||||
Usage: | mode [option] | ||||||||||||
Purpose: | Change the current connection type to the desired connection type, or if in dialup mode, to change the external connection to a different ISP on the fly without changing the default mode permanently. | ||||||||||||
Option(s): |
|
Command: | more |
Location: | /bin |
Type: | Binary |
Usage: | more filename or OUTPUT ¦ more |
Purpose: | Display a file or OUTPUT one screen at a time. |
Option(s): | None. |
Command: | mount | ||||||||||||||||||
Location: | /bin | ||||||||||||||||||
Type: | Binary | ||||||||||||||||||
Usage: | mount [flags] DEVICE NODE [-o options,more-options] | ||||||||||||||||||
Purpose: | Mount a filesystem. Flags: -a: Mount all filesystems in fstab. -o option: One of many filesystem options, listed below. -r: Mount the filesystem read-only. -t fs-type: Specify the filesystem type. -w: Mount for reading and writing (default). There are EVEN MORE flags that are specific to each filesystem. You'll have to see the written documentation for those filesystems. |
||||||||||||||||||
Option(s): |
|
Command: | mv |
Location: | /bin |
Type: | Binary |
Usage: | mv SOURCE DEST or mv SOURCE... DIRECTORY |
Purpose: | Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. |
Option(s): | None. |
Command: | netinfo |
Location: | /bin |
Type: | Script |
Usage: | netinfo |
Purpose: | Displays all kinds of various network information to stdout. |
Option(s): | None. |
Command: | nice | ||
Location: | /bin | ||
Type: | Binary | ||
Usage: | nice [-n priority] PROGRAM | ||
Purpose: | This changes the process priority. If the Priority is omitted, 10 is used as a default. | ||
Option(s): |
|
Command: | nslookup |
Location: | /bin |
Type: | Binary |
Usage: | nslookup [HOST] [SERVER] |
Purpose: | Queries the nameserver for the IP address of the given HOST optionally using a specified DNS server. |
Option(s): | None. |
Command: | ntpdate | ||||||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||
Usage: | ntpdate [-bBdqsv] [-a KEY#] [-e DELAY] [-k FILE] [-p SAMPLES] [-o VERSION#] [-t TIMEO] server | ||||||||||||||||||||||||
Purpose: | Used by the system to set the current time via the synctime script. | ||||||||||||||||||||||||
Option(s): |
|
Command: | oidentd | ||||||||||||||||||||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | oidentd | ||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | IDENT server daemon. | ||||||||||||||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | passwd | ||||||||
Location: | /sbin | ||||||||
Type: | Binary | ||||||||
Usage: | passwd [OPTION] [name] | ||||||||
Purpose: | Change a user password. If no name is specified, changes the password for the current user. | ||||||||
Option(s): |
|
Command: | pidof |
Location: | /bin |
Type: | Binary |
Usage: | pidof process-name [process-name ...] |
Purpose: | Lists the PIDs of all processes with names that match the names on the command line. |
Option(s): | None. |
Command: | ping | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | ping [OPTION]... host | ||||||
Purpose: | Send ICMP ECHO_REQUEST packets to network hosts. | ||||||
Option(s): |
|
Command: | pkg | ||||||||||||
Location: | /bin | ||||||||||||
Type: | Binary | ||||||||||||
Usage: | pkg OPTION URL¦DIR¦NAME | ||||||||||||
Purpose: | Install or uninstall add-on packages. URL: http://www.dom (use given http site) or ftp://ftp.dom (use given ftp site) or /dir/file (use local disk) or -/ (alias for http://default-web-site/) Examples: pkg -c -/ # Get packages list from default site pkg -c ftp://my.ftp.dom/pub/ # Get packages list from ftp server pkg -i -/mc # Install mc from home site pkg -i http://www.dom/mc # Install mc from http server pkg -i /mnt/hd/dir/mc # Install mc from /mnt/hd/dir pkg -u mc # Uninstall mc pkg -s -/mc /mnt/hd/dir # Download mc from home site and save in /mnt/hd/dir. pkg -s http://www.dom/mc # Download from www.dom and save in the default save directory. |
||||||||||||
Option(s): |
|
Command: | play | ||||||||
Location: | /bin | ||||||||
Type: | Script | ||||||||
Usage: | play TEMPO 'NOTE1 NOTE2 NOTE3 ...' TEMPO: How many 1/4 notes in 1 second. NOTES: One or more notations like: 2c3 4#a1 or 8.d |
||||||||
Purpose: | Play musical notes using the PC Speaker. Syntax of Notes: Duration[Dot]NoteOctave Special notes: Don't forget to enclose NOTES in single quotes, and the notation is the same that is used in Nokia mobile phones, so you can copy a melody from your phone or the internet. |
||||||||
Option(s): |
|
Command: | pnpdump |
Location: | /sbin |
Type: | Binary |
Usage: | pnpdump > file-name |
Purpose: | Creates the base configuration file for all ISA PnP cards. |
Option(s): | None. |
Command: | pppd | ||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||
Usage: | pppd <device> <speed> [<loc>:<rem>] [options] | ||||||||||||||||||||||
Purpose: | Point-To-Point Protocol daemon that allows datagram transmission over a serial connection. See pppd(8) for more options. |
||||||||||||||||||||||
Option(s): |
|
Command: | pppmon |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | This script is used by the system to keep a ethernet PPP connection up by monitoring the ISP connection and restarting the connection if necessary. |
Option(s): | None. |
Command: | pppoe |
Location: | /sbin |
Type: | Binary |
Usage: | None. |
Purpose: | Module for pppd that allows the pppoe protocol. |
Option(s): | None. |
Command: | pptp |
Location: | /sbin |
Type: | Binary |
Usage: | None. |
Purpose: | Module for pppd that allows the pptp protocol. |
Option(s): | None. |
Command: | pptp_callmgr |
Location: | /sbin |
Type: | Binary |
Usage: | None. |
Purpose: | System file. |
Option(s): | None. |
Command: | printout | ||||||||||||||||||
Location: | /bin | ||||||||||||||||||
Type: | Script | ||||||||||||||||||
Usage: | printout [OPTIONS] /dir/filename | ||||||||||||||||||
Purpose: | Sends specified file to the printer. | ||||||||||||||||||
Option(s): |
|
Command: | ps |
Location: | /bin |
Type: | Script |
Usage: | ps |
Purpose: | Displays a list of all running processes. |
Option(s): | None. |
Command: | psh |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | System dialin user denial shell. |
Option(s): | None. |
Command: | pure-ftpd | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage: | pure-ftpd [options] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose: | File Transfer Protocol daemon. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | pwd |
Location: | /bin |
Type: | Binary |
Usage: | pwd |
Purpose: | Displays the current directory. |
Option(s): | None. |
Command: | random |
Location: | /bin |
Type: | Binary |
Usage: | random stdout number |
Purpose: | Generate a random number. |
Option(s): | None. |
Command: | rasstats | ||||
Location: | /bin | ||||
Type: | Script | ||||
Usage: | rasstats [MM] [YY] | ||||
Purpose: | Process dialin statistics into a readable format. If options are omitted the current month is used. |
||||
Option(s): |
|
Command: | reboot |
Location: | /sbin |
Type: | Binary |
Usage: | reboot |
Purpose: | Reboot the system. |
Option(s): | None. |
Command: | remotelog |
Location: | /sbin |
Type: | Script |
Usage: | remotelog |
Purpose: | This script is intended to be used in a SSH session remotely to parse the logs in real time to the screen. Use "CTRL+c" to terminate. |
Option(s): | None. |
Command: | report |
Location: | /bin |
Type: | Script |
Usage: | report [OPTIONS] |
Purpose: | Generate a report.txt file in /boot containing current system configuration information. OPTIONS can be any executable commands. Multipart single commands must be inside "" quotes. |
Option(s): | None. |
Command: | rm | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | rm [OPTION]... FILE... | ||||||
Purpose: | Remove (unlink) the FILE(s). You may use '--' to indicate that all following arguments are non-options. | ||||||
Option(s): |
|
Command: | rmlogs | ||
Location: | /sbin | ||
Type: | Script | ||
Usage: | rmlogs N | ||
Purpose: | Sets the number of days to keep logs. All older logs are removed. | ||
Option(s): |
|
Command: | rmmod |
Location: | /bin |
Type: | Binary |
Usage: | rmmod module-name |
Purpose: | Removes a module from the kernel. |
Option(s): | None. |
Command: | route | ||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||
Usage: | route [-v] add {-net¦-host} TARGET [gw GATEWAY] [metric NN] [netmask MASK] [mss MAXSEG] [window MAXWIN] [[dev] DEVICE] route [-v] del TARGET route |
||||||||||||||||||||
Purpose: | Edit the kernel's routing tables. If no additional parameters are specified, the current table is displayed. | ||||||||||||||||||||
Option(s): |
|
Command: | runchk |
Location: | /bin |
Type: | Script |
Usage: | runchk program |
Purpose: | Returns either a 0 exit code if the program is currently running or a 1 if it is not running. |
Option(s): | None. |
Command: | savelogs |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | Used by the system to saves the cycled logs to the /home/root/var/ directory with a date and time stamp amended to the file name. |
Option(s): | None. |
Command: | scp | ||||||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||
Usage: | scp [-pqrvBC1246] [-F CONFIG] [-S PROGRAM] [-P PORT] [-c CIPHER] [-i IDENTITY] [-w REMOTEPROG] [-l LIMIT] [-o OPTION] [[user@]host1:]file1 [...] [[user@]host2:]file2 | ||||||||||||||||||||||||||||||||||||
Purpose: | Secure copy, remote file copy program. | ||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | sed | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | sed [OPTION] [input-file] ... | ||||||
Purpose: | Stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). The full extent of SED commands & how they can be used can't be explained in this small space. Try doing an internet search for the terms "sed man" or "sed howto" for more info. NOTE!: Line numbering output is disabled. |
||||||
Option(s): |
|
Command: | serverchk |
Location: | /sbin |
Type: | Binary |
Usage: | serverchk server-URL port |
Purpose: | Used to check servers for connectivity. |
Option(s): | None. |
Command: | servermon |
Location: | /sbin |
Type: | Script |
Usage: | None. |
Purpose: | Used by the system to monitor Servers for connectivity and restart them if necessary. |
Option(s): | None. |
Command: | setleds | ||||||
Location: | /sbin | ||||||
Type: | Binary | ||||||
Usage: | setleds [-v] [-L] [-D] [-F] [[+¦-][ num ¦ caps ¦ scroll ]] | ||||||
Purpose: | Turn keyboard LEDs on and off. Ex: 'setleds +caps -num' will set Caps Lock, clear Num Lock and leave Scroll Lock unchanged. Normally, setleds influences the vt flag settings (and these are usually reflected in the LEDs). |
||||||
Option(s): |
|
Command: | setserial |
Location: | /bin |
Type: | Binary |
Usage: | setserial serial-device [cmd1 [arg]] ... |
Purpose: | Manipulate a serial port's settings. Available commands: (* = Takes an argument) (^ = can be preceded by a '^' to turn off the option) * port = set the I/O port * irq = set the interrupt * uart = set UART type (none, 8250, 16450, 16550, 16550A) * baud_base = set base baud rate (CLOCK_FREQ / 16) * divisor = set the custom divisor (see spd_custom) * close_delay = set the amount of time in 1/100 of a second that DTR should be kept low while being closed ^ fourport = configure the port as an AST Fourport autoconfigure = automatically configure the serial port ^ auto_irq = try to determine irq during autoconfiguration ^ skip_test = skip UART test during autoconfiguration ^ sak = set the break key as the Secure Attention Key ^ session_lockout = Lock out callout port across different sessions ^ pgrp_lockout = Lock out callout port across different process groups on the callout device ^ split_termios = Use separate termios for callout and dialin lines ^ hup_notify = Notify a process blocked on opening a dial in line when a process has finished using a callout line by returning EAGAIN to the open. spd_hi = use 56kb instead of 38.4kb spd_vhi = use 115kb instead of 38.4kb spd_cust = use the custom divisor to set the speed at 38.4kb (baud rate = baud_base / custom_divisor) spd_normal = use 38.4kb when a baud rate of 38.4kb is selected Use a leading '0x' for hex numbers. CAUTION: Using an invalid port can lock up your machine! |
Option(s): | None. |
Command: | setspeed |
Location: | /sbin |
Type: | Script |
Usage: | setspeed LINE SPEED |
Purpose: | Set the speed of a serial port. |
Option(s): | None. |
Command: | setup |
Location: | /sbin |
Type: | Script |
Usage: | setup |
Purpose: | Shell wrapper that uncompresses /boot/setup.gz and runs it. This contains the main configuration program for FREESCO. |
Option(s): | None. |
Command: | sftpserver |
Location: | /sbin |
Type: | Binary |
Usage: | None |
Purpose: | Used by SSH (dropbear) for sftp connections. |
Option(s): | None. |
Command: | sh | ||||||||||||||||||
Location: | /bin | ||||||||||||||||||
Type: | Binary | ||||||||||||||||||
Usage: | sh [-efIijnsxz ] [+efIijnsxz] [-c COMMAND] [arg] ... | ||||||||||||||||||
Purpose: | Basic ash shell that all FREESCO scripts use. If options are given, it sets the specified option flags, or clears them if the option flags are introduced with a '+' rather than a '-'. |
||||||||||||||||||
Option(s): |
|
Command: | shapecfg |
Location: | /sbin |
Type: | Binary |
Usage: | shapecfg attach <device> <device> or shapecfg speed <device> <speed> |
Purpose: | Configure and control the shaper module to enable bandwidth control. |
Option(s): | None. |
Command: | sleep |
Location: | /bin |
Type: | Binary |
Usage: | sleep N |
Purpose: | Used to cause scripts to wait for a specified amount of time. N is defined in seconds and will pause for N seconds. |
Option(s): | None. |
Command: | smtpclient | ||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||
Usage: | smtpclient [options] < FILE | ||||||||||||||||||||||||
Purpose: | Program used to send email. | ||||||||||||||||||||||||
Option(s): |
|
Command: | snarf | ||||||||||||||||
Location: | /bin | ||||||||||||||||
Type: | Binary | ||||||||||||||||
Usage: | snarf [OPTIONS] URL [OUTFILE] ... | ||||||||||||||||
Purpose: | Retrieve files via the http and ftp protocols. Lowercase option letters only affect the URLs that immediately follow them. If you give an option in caps, it will be the default option for all URLs that follow it. If you specify the outfile as '-', the file will be printed to standard output as it downloads. You can have as many URLs and outfiles as you want. You can specify a username and password for ftp or http authentication. The format is: ftp://username:password@host/ If you don't specify a password, you will be prompted for one. snarf checks the SNARF_PROXY, FTP_PROXY, GOPHER_PROXY, HTTP_PROXY, and PROXY environment variables. |
||||||||||||||||
Option(s): |
|
Command: | ssh | ||||||||||||||||
Location: | /sbin | ||||||||||||||||
Type: | Binary | ||||||||||||||||
Usage: | ssh [options] [user@]host | ||||||||||||||||
Purpose: | Secure shell client. | ||||||||||||||||
Option(s): |
|
Command: | star |
Location: | /bin |
Type: | Script |
Usage: | OUTPUT ¦ star |
Purpose: | Extracts a tar archive from the OUTPUT. |
Option(s): | None. |
Command: | stty | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | stty [-a¦g] [-F DEVICE] [SETTING]... | ||||||
Purpose: | Change and print terminal line settings. Without arguments, prints baud rate, line discipline, and deviations from stty sane. |
||||||
Option(s): |
|
Command: | swapoff |
Location: | /sbin |
Type: | Binary |
Usage: | swapoff block-device |
Purpose: | Stop swapping virtual memory pages on the given device. |
Option(s): | None. |
Command: | swapon |
Location: | /sbin |
Type: | Binary |
Usage: | swapon block-device |
Purpose: | Swap virtual memory pages on the given device. |
Option(s): | None. |
Command: | sync |
Location: | /bin |
Type: | Binary |
Usage: | sync |
Purpose: | Write all buffered filesystem blocks to disk. |
Option(s): | None. |
Command: | synctime |
Location: | /sbin |
Type: | Script |
Usage: | synctime |
Purpose: | Synchronize the time with the predefined time server. |
Option(s): | None. |
Command: | sysedit |
Location: | /bin |
Type: | Script |
Usage: | sysedit |
Purpose: | Edits the primary configuration file and copies it afterwards so that changes will survive a reboot. |
Option(s): | None. |
Command: | sysinfo |
Location: | /bin |
Type: | Script |
Usage: | sysinfo |
Purpose: | Outputs primary system information. |
Option(s): | None. |
Command: | syslogd | ||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||
Usage: | syslogd [-a SOCKET] [-d] [-f CONFIG_FILE] [-h] [-l HOSTLIST] [-m INTERVAL] [-n] [-p SOCKET] [-r] [-s DOMAINLIST] [-v] | ||||||||||||||||||||||
Purpose: | Linux system logging utilities. | ||||||||||||||||||||||
Option(s): |
|
Command: | tar | ||||||||||||
Location: | /bin | ||||||||||||
Type: | Binary | ||||||||||||
Usage: | tar -[cxtvO] [-f TARFILE] [-C DIR] [FILE(s)] ... | ||||||||||||
Purpose: | Create, extract, or list files from a tar file. | ||||||||||||
Option(s): |
|
Command: | tclock | ||
Location: | /bin | ||
Type: | Script | ||
Usage: | tclock [24] | ||
Purpose: | Screen saver. Use CRTL+c to terminate. |
||
Option(s): |
|
Command: | telnet |
Location: | /bin |
Type: | Binary |
Usage: | telnet HOST [PORT] |
Purpose: | Telnet is used to establish interactive communication with another computer over a network using the TELNET protocol. |
Option(s): | None. |
Command: | thttpd | ||||||||||||||||||||||||||||||||||||||
Location: | /sbin | ||||||||||||||||||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||||||||||||||||||
Usage: | thttpd [-C CONFIGFILE] [-p PORT] [-d DIR] [-r¦-nor] [-dd DATA_DIR] [-s¦-nos] [-v¦-nov] [-g¦-nog] [-u USER] [-c CGIPAT] [-t THROTTLES] [-h HOST] [-l LOGFILE] [-i PIDFILE] [-T CHARSET] [-P P3P] [-M MAXAGE] [-V] [-D] | ||||||||||||||||||||||||||||||||||||||
Purpose: | Tiny HTTP Daemon - a simple, small, fast, and secure HTTP server. | ||||||||||||||||||||||||||||||||||||||
Option(s): |
|
Command: | tleds | ||||||||||||||
Location: | /sbin | ||||||||||||||
Type: | Binary | ||||||||||||||
Usage: | tleds [-bchkqv] [-d DELAY] <INTERFACE> | ||||||||||||||
Purpose: | Flash the keyboard LEDs in conjunction with inbound and outbound packets from the defined <INTERFACE>. WARNING: This binary causes severe system problems if a keyboard is not connected and it should also NOT be enabled on a high speed connection. |
||||||||||||||
Option(s): |
|
Command: | todos |
Location: | /bin |
Type: | Script |
Usage: | todos < Linux.file > Dos.file |
Purpose: | Converts files that are in Linux format to Dos format files. |
Option(s): | None. |
Command: | top | ||
Location: | /sbin | ||
Type: | Binary | ||
Usage: | top [-d DELAY] | ||
Purpose: | Provides a view of processor activity in real time. This utility reads the status for all processes in /proc each DELAY and shows the status for however many processes will fit on the screen. This utility will not show processes that are started after program startup, but it will show the EXIT status for and PIDs that exit while it is running. |
||
Option(s): |
|
Command: | touch |
Location: | /bin |
Type: | Binary |
Usage: | touch file [file ...] |
Purpose: | Update the last-modified date on the given file[s]. |
Option(s): | None. |
Command: | traceroute | ||||||||||||||||||
Location: | /bin | ||||||||||||||||||
Type: | Binary | ||||||||||||||||||
Usage: | traceroute [-dnrv] [-m MAX_TTL] [-p PORT#] [-q NQUERIES] [-s SRC_ADDR] [-t TOS] [-w WAIT] HOST [data size] | ||||||||||||||||||
Purpose: | Trace the route ip packets follow going to "HOST" | ||||||||||||||||||
Option(s): |
|
Command: | true |
Location: | /bin |
Type: | Binary |
Usage: | true |
Purpose: | Returns a true status for usage by shell scripts. |
Option(s): | None. |
Command: | tsaver | ||||
Location: | /sbin | ||||
Type: | Binary | ||||
Usage: | tsaver DELAY PROGRAM tsaver [-i¦x] |
||||
Purpose: | Used by the system to monitor the keyboard for activity and activate a text screen saver when the configured delay in seconds has expired. | ||||
Option(s): |
|
Command: | tty | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | tty [OPTION] | ||||||
Purpose: | Prints the file name of the connected console. | ||||||
Option(s): |
|
Command: | udosctl |
Location: | /bin |
Type: | Binary |
Usage: | udosctl command argument |
Purpose: | Control a umsdos file system for file and directory visibility. udosctl is part of the umsdos file system. Examples: udosctl ls directory_path udosctl create file_name udosctl mkdir directory_name udosctl rm file_path udosctl rmdir directory_path udosctl uls directory_path udosctl urm file_path udosctl urmdir directory_path udosctl stat file_path udosctl version |
Option(s): | None. |
Command: | umount |
Location: | /bin |
Type: | Binary |
Usage: | umount [device¦dir] |
Purpose: | Unmounts a device. |
Option(s): | None. |
Command: | umssetup | ||||||
Location: | /bin | ||||||
Type: | Binary | ||||||
Usage: | umssetup [ options ] DIR_PATH | ||||||
Purpose: | Set the default permissions and owner of files in DOS directories. UMSDOS directories are not affected. DIR_PATH is normally a mount point. Note that the change applies to all DOS directories (and files therein) of the same partition as DIR_PATH. This utility is normally used on the root partition at boot time, since it is not possible to pass mount options. When mounting other umsdos partitions, you can use all msdos options (see mount(8)) such as uid=,gid=,umask=. *** This utility may be used at any time but its effect may be delayed because of the some kernel internal caching (inode). It is best to use it immediately after the mount. If you need to play often with permissions and owner, use umssync to promote directory to full Unix capabilities. |
||||||
Option(s): |
|
Command: | umssync | ||||||||||||||||||||||
Location: | /bin | ||||||||||||||||||||||
Type: | Binary | ||||||||||||||||||||||
Usage: | umssync [options] dir_path [[options] dir_path ... ] | ||||||||||||||||||||||
Purpose: | Syncronize a UMSDOS file system so that files added under DOS are shown in the UMSDOS file system. Warning: This is a dangerous command when used on a systems that have long file names as it will rename the files into a broken DOS 8.3 format. It is better in most cases to use "udosctl". |
||||||||||||||||||||||
Option(s): |
|
Command: | uname |
Location: | /bin |
Type: | Script |
Usage: | uname |
Purpose: | Displays the current kernel information. |
Option(s): | None. |
Command: | update | ||||||
Location: | /sbin | ||||||
Type: | Binary | ||||||
Usage: | update [OPTIONS] | ||||||
Purpose: | Periodically flushes filesystem buffers. | ||||||
Option(s): |
|
Command: | uptime |
Location: | /bin |
Type: | Binary |
Usage: | uptime |
Purpose: | Display the time since the last boot. |
Option(s): | None. |
Command: | useradd |
Location: | /bin |
Type: | Script |
Usage: | useradd [user-name] |
Purpose: | Add a user to the system. |
Option(s): | None. |
Command: | userdel |
Location: | /bin |
Type: | Script |
Usage: | userdel [user-name] |
Purpose: | Remove an existing system user. |
Option(s): | None. |
Command: | useredit |
Location: | /bin |
Type: | Script |
Usage: | useredit [user-name] |
Purpose: | Edit an existing system user. |
Option(s): | None. |
Command: | userlist |
Location: | /bin |
Type: | Script |
Usage: | userlist |
Purpose: | Display all system users. |
Option(s): | None. |
Command: | usleep |
Location: | /bin |
Type: | Binary |
Usage: | usleep N |
Purpose: | Pause for N microseconds. |
Option(s): | None. |
Command: | utils |
Location: | /bin |
Type: | Script |
Usage: | None. |
Purpose: | This is the primary multifunction script for the /bin directory. |
Option(s): | None. |
Command: | wc | ||||||||
Location: | /bin | ||||||||
Type: | Binary | ||||||||
Usage: | wc [OPTION]... [FILE]... | ||||||||
Purpose: | Print line, word, and byte counts for each FILE, and a total line if more than one FILE is specified. With no FILE, read standard input. | ||||||||
Option(s): |
|
Command: | which |
Location: | /bin |
Type: | Script |
Usage: | which COMMAND |
Purpose: | List the full pathname of the file that would be executed if COMMAND had been run. |
Option(s): | None. |
Command: | zcat |
Location: | /bin |
Type: | Binary |
Usage: | zcat FILE |
Purpose: | Uncompress to stdout. |
Option(s): | None. |
LEWIS "Lightning" BAUGHMAN
Project Coordinator / Lead Developer
Sincere appreciation and thanks goes out to Douglas "Slowpoke" Rees
for the time and effort invested in the Commands Database design
and maintenance, and for validating all commands
and associated arguments.
Commands DB Design & Maintenance
Douglas "Slowpoke" Rees
Commands Modulator Design
Roger "dRB" Bedard
Best viewed at 800x600 or above
FILE GENERATED
Wed, 5 Dec 2007 16:03:08 -0800
Generated using the Commands Modulator script.