/usr/share/linpac/commands is in linpac 0.24-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | # LinPac - Linux Packet Radio Terminal
# This file defines LinPac commands to run external programs
# Each line belongs to one command
#
# Fields:
# command_name LinPac_command flags
#
# Each LinPac command is recognized by the capital letters, lower-case
# letters are optional.
#
# Flags:
# A - run in ascii mode (CR/LF conversion) [default]
# B - run in binary mode (no character conversion)
# D - DOS conversion (throw out LF chars)
# C - let stdout on console and redirect stderr (full screen apps)
# S - redirect both stderr and stdout
# L - can be run from local console only
# R - run always as remote command
# P - remove file paths from parametres when FIXPATH is on
#
#
autobin AUTOBIN BR
autotx RPrg BRP
bell Bell A
compose COMPOSE A
delmsg DELMSG A
forward FORWARD BR
w WHo A
lpbck LPBCK A
name Name A
mheard MHeard A
rtt RTt AR
shell SHell AS
testapp TESTApp AL
yapp YAPP BR
yapptx YPUT BRP
save7pl BSave BR
rawio Write R
rawtx Read RP
rawio WBin BR
rawtx RBin BRP
mail MAIL CL
getmsg GETMsg BR
logbook LOGbook A
kill_chn KILL A
flexpwd FLEXPWD AR
md2pwd MD2PWD AR
md5pwd MD5PWD AR
tnpwd TNPWD AR
pack PACK A
catch CATCH A
sendfile SENDFile A
join JOIN A
|