busybox_header.pod

来自「手机嵌入式Linux下可用的busybox源码」· POD 代码 · 共 75 行

POD
75
字号
# vi: set sw=4 ts=4:=head1 NAMEBusyBox - The Swiss Army Knife of Embedded Linux=head1 SYNTAX BusyBox <function> [arguments...]  # or <function> [arguments...]	    # if symlinked=head1 DESCRIPTIONBusyBox combines tiny versions of many common UNIX utilities into a singlesmall executable. It provides minimalist replacements for most of the utilitiesyou usually find in fileutils, shellutils, findutils, textutils, grep, gzip,tar, etc.  BusyBox provides a fairly complete POSIX environment for any smallor embedded system.  The utilities in BusyBox generally have fewer options thantheir full-featured GNU cousins; however, the options that are included providethe expected functionality and behave very much like their GNU counterparts. BusyBox has been written with size-optimization and limited resources in mind.It is also extremely modular so you can easily include or exclude commands (orfeatures) at compile time.  This makes it easy to customize your embeddedsystems.  To create a working system, just add a kernel, a shell (such as ash),and an editor (such as elvis-tiny or ae).=head1 USAGEWhen you create a link to BusyBox for the function you wish to use, when BusyBoxis called using that link it will behave as if the command itself has been invoked.For example, entering	ln -s ./BusyBox ls	./lswill cause BusyBox to behave as 'ls' (if the 'ls' command has been compiledinto BusyBox). You can also invoke BusyBox by issuing the command as an argument on thecommand line.  For example, entering	./BusyBox lswill also cause BusyBox to behave as 'ls'. =head1 COMMON OPTIONSMost BusyBox commands support the B<-h> option to provide aterse runtime description of their behavior. =head1 COMMANDSCurrently defined functions include:adjtimex, ar, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear,cmp, cp, cpio, cut, date, dc, dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg,dpkg-deb, du, dumpkmap, dutmp, echo, expr, false, fbset, fdflush, find, free,freeramdisk, fsck.minix, getopt, grep, gunzip, gzip, halt, head, hostid,hostname, id, ifconfig, init, insmod, kill, killall, klogd, length, ln,loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum,mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot,renice, reset, rm, rmdir, rmmod, route, rpm2cpio, sed, setkeycodes,sh, sleep, sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet,test, tftp, touch, tr, true, tty, umount, uname, uniq, unix2dos, update, uptime,usleep, uudecode, uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat,[=over 4

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?