




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、.busybox 配置菜单的详细选项1busybox settings-2general configuration-3 enable options for full-blown desktop systems4 provide compatible behavior for rare corner cases (bigger code)5 assume that 1:1 char/glyph correspondence is not true6buffer allocation policy (allocate with malloc)-7- show terse applet usag
2、e messages8* show verbose applet usage messages9* store applet usage messages in compressed form10* support -install -s to install applet links at runtime11* enable locale support (system needs locale for this to work)12* support for -long-options13* use the devpts filesystem for unix98 ptys14 clean
3、 up all memory before exiting (usually not needed)15* support writing pidfiles16- support for suid/sgid handling17*runtime suid/sgid configuration via /etc/busybox.conf18*suppress warning message if /etc/busybox.conf is not readable19 support nsa security enhanced linux20 exec prefers applets21(/pro
4、c/self/exe) path to busybox executable22build options-23* build busybox as a static binary (no shared libs)/选用静态链接24 force nommu build25* build with large file support (for accessing files 2 gb)26() cross compiler prefix/指定交叉编译工具的路径,也可以直接修改makefile 文件27debugging options-28 build busybox with extra d
5、ebugging symbols29 abort compilation on any warning30additional debugging library (none)-31* enable obsolete features removed before susv3?32installation options-33* dont use /usr/不选该项, busybox 将默认安装到原系统的/usr 目录下面,这将覆盖掉系统原有的命令。34applets links (as soft-links) -35(./_install) busybox installation pref
6、ix36busybox library tuning -37(6) minimum password length38(2) md5: trade bytes for speed39* faster /proc scanning code (+100 bytes)40* support for /etc/networks41* command line editing42(1024) maximum length of input43*vi-style line editing commands44(15)history size45*history saving46*tab completi
7、on47*username completion48*fancy shell prompts49 give more precise messages when copy fails (cp, mv etc)50(4) copy buffer size, in kilobytes51 use clock_gettime(clock_monotonic) syscall52* use ioctl names rather than hex values in error messages53* support infiniband hw54- applets55archival utilitie
8、s-56 * make tar, rpm, modprobe etc understand .lzma data57 * make tar, rpm, modprobe etc understand .bz2 data58 * make tar, rpm, modprobe etc understand .gz data59 * make tar and gunzip understand .z data60 * ar61 *support for long filenames (not need for debs)62 * bunzip263 * bzip2.64 * cpio65 *sup
9、port for archive creation66 dpkg67 dpkg_deb68 * gunzip69 * gzip70 rpm2cpio71 rpm72 * tar73 *enable archive creation74 *autodetect gz/bz2 compressed tarballs75 *enable -x (exclude from) and -t (include from) options)76 *support for old tar header format77 *enable untarring of tarballs with checksums
10、produced by buggy sun tar78 *support for gnu tar extensions (long filenames)79 *enable long options80 *enable use of user and group names81 * uncompress82 * unlzma83 *optimize unlzma for speed84 * unzip8586 coreutils -87 * basename88 * cal89 * cat90 * catv91 * chgrp92 * chmod93 * chown94 * chroot95
11、* cksum96 * comm97 * cp98 * cut99 * date100 *enable iso date format output (-i)101 * dd102 *enable dd signal handling for status reporting103 *enable ibs, obs and conv options104 * df105 *enable -a, -i, -b106 * dirname107 * dos2unix/unix2dos108 * du (default blocksize of 512 bytes)109 *use a default
12、 blocksize of 1024 bytes (1k)110 * echo (basic susv3 version taking no options)111 *enable echo options (-n and -e)112 * env113 *enable long options114 * expand115 *enable long options116 * expr117 *extend posix numbers support to 64 bit118 * false119 * fold120 * head121 *enable head options (-c, -q
13、, and -v)122 * hostid123 * id124 * install125 *enable long options126 * length127 * ln128 * logname129 * ls130 *enable filetyping options (-p and -f)131 *enable symlinks dereferencing (-l)132 *enable recursion (-r)133 *sort the file names134 *show file timestamps135 *show username/groupnames136 *all
14、ow use of color to identify file types.137 *produce colored ls output by default138 * md5sum139 * mkdir140 *enable long options141 * mkfifo142 * mknod143 * mv144 *enable long options145 * nice146 * nohup147 * od148 * printenv149 * printf150 * pwd151 * readlink152 *enable canonicalization by followin
15、g all symlinks (-f)153 * realpath154 * rm155 * rmdir156 *enable long options157 * seq158 * sha1sum159 * sleep160 *enable multiple arguments and s/m/h/d suffixes161 *enable fractional arguments162 * sort163 *full susv3 compliant sort (support -ktcsbdfiozgm)164 * split165 *fancy extensions166 * stat16
16、7 *enable custom formats (-c)168 * stty169 * sum170 * sync171 * tac172 * tail173 *enable extra tail options (-q, -s, and -v)174 * tee175 *enable block i/o (larger/faster) instead of byte i/o176 * test177 *extend test to 64 bit178 * touch179 * tr180 *enable character classes (such as :upper:)181 *ena
17、ble equivalence classes182 * true183 * tty184 * uname185 * unexpand186 *enable long options187 * uniq188 * usleep189 * uudecode190 * uuencode191 * wc192 *support very large files in wc193 * who194 * whoami195 * yes196 - common options for cp and mv197 * preserve hard links198 - common options for ls
18、, more and telnet199 * calculate terminal & column widths200 - common options for df, du, ls201 * support for human readable output (example 13k, 23m, 235g)202 - common options for md5sum, sha1sum203 * enable -c, -s and -w options204205console utilities -206 * chvt207 * clear208 * deallocvt209 * dum
19、pkmap.210 * kbd_mode211 * loadfont212 * loadkmap213 * openvt214 * reset215 * resize216 *print environment variables217 * setconsole218 *enable long options219 * setfont220 *support reading textual screen maps221()default directory for console-tools files222 * setkeycodes223 * setlogcons224 * showkey
20、225226debian utilities-227 * mktemp228 * pipe_progress229 * run-parts230 *enable long options231 *support additional arguments232 * start-stop-daemon233 *support additional arguments234 *enable long options235 * which236237 editors -238 * awk239 *enable math functions (requires libm)240 * cmp241 * d
21、iff242 *enable checks for binary files243 *enable directory support244 *enable -d option to find smaller sets of changes245 * ed246 * patch247 * sed248 * vi249 (4096) maximum screen width in vi250 allow vi to display 8-bit chars (otherwise shows dots)251 *enable : colon commands (no ex mode)252 *ena
22、ble yank/put commands and mark cmds253 *enable search and replace cmds254 *catch signals255 *remember previous cmd and . cmd256 *enable -r option and view mode257 *enable set-able options, ai ic showmatch258 *support for :set259 *handle window resize260 *optimize cursor movement261 *allow vi and awk
23、 to execute shell commands262263finding utilities-264 * find265 *enable -print0 option266 *enable modified time matching (-mtime option)267 *enable modified time matching (-mmin option)268 *enable permissions matching (-perm option)269 *enable filetype matching (-type option)270 *enable stay in file
24、system option (-xdev)271 *enable -maxdepth n option272 *enable -newer option for comparing file mtimes273 *enable inode number matching (-inum option)274 *enable -exec option allowing execution of commands275 *enable username/uid matching (-user option)276 *enable group/gid matching (-group option)2
25、77 *enable the not (!) operator278 *enable the -depth option279 *enable parens in options280 *enable -size option allowing matching for file size281 *enable -prune option allowing to exclude subdirectories282 *enable -delete option allowing to delete files.283 *enable -path option allowing to match
26、pathname patterns284 *enable -regex: match pathname to regex285 * grep286 *support extended regular expressions (egrep & grep -e)287 *alias fgrep to grep -f288 *enable before and after context flags (-a, -b and -c)289 * xargs290 *enable prompt and confirmation option -p291 *enable support single and
27、 double quotes and backslash292 *enable support options -x293 *enable null terminated option -0294295init utilities-296* init297*support reading an inittab file/支持 init 读取 /etc/inittab配置文件,一定要选298 support killing processes that have been removed from inittab299 *run commands with leading dash with c
28、ontrolling tty300 *enable init to write to syslog301 *be _extra_ quiet on boot302 *support dumping core for child processes (debugging only)303 *support running init from within an initrd (not initramfs)304 * poweroff, halt, and reboot305 * mesg306307login/password management utilities -308 * suppor
29、t for shadow passwords309 * use internal password and group functions rather than system functions310 *use internal shadow password functions311 * use internal des and md5 crypt functions312 * addgroup313 *support for adding users to groups314 * delgroup315 *support for removing users from groups316
30、 enable sanity check on user/group names in adduser and addgroup317 * adduser318 *enable long options319 * deluser320 * getty321 - support utmp file322 - support wtmp file323 * login324 support for pam (pluggable authentication modules)325 *support for login scripts326 *support for /etc/nologin327 *
31、support for /etc/securetty328 * passwd329 *check new passwords for weakness330 * cryptpw331 * chpasswd332 * su333 *enable su to write to syslog334 *enable su to check users shell to be listed in /etc/shells335 * sulogin336 * vlock337338linux ext2 fs progs -339 * chattr340 * fsck341 * lsattr342343lin
32、ux module utilities-344 (/lib/modules) default directory containing modules345 (modules.dep) default name of modules.dep346 * simplified modutils347 *accept module options on modprobe command line348 *skip loading of already loaded modules349 - options common to multiple modutils350351linux system u
33、tilities -352 * blkid353 * dmesg354 *pretty dmesg output355 * fbset.356 *turn on extra fbset options357 *turn on fbset readmode support358 * fdflush359 * fdformat360 * fdisk361 - support over 4gb disks362 *write support363 support aix disklabels364 support sgi disklabels365 support sun disklabels366
34、 support bsd disklabels367 *support expert mode368 * findfs369 * freeramdisk370 * fsck_minix371 * mkfs_minix372 - minix filesystem support373 *support minix fs v2 (fsck_minix/mkfs_minix)374 * getopt375 - hexdump376 *support -r, reverse of hexdump -cv377 * hd378 * hwclock379 *support long options (-h
35、ctosys,.)380 *use fhs /var/lib/hwclock/adjtime381 * ipcrm382 * ipcs383 * losetup384 * mdev385 *support /etc/mdev.conf386 *support subdirs/symlinks387*support regular expressions substitutions when renaming device388 *support command execution at device addition/removal389 *support loading of firmwar
36、es390 * mkswap391 *version 0 support392 * more393 *use termios to manipulate the screen394 * ext filesystem395 * reiser filesystem396 * fat filesystem397 * hfs filesystem398 * jfs filesystem399 * xfs filesystem400 * ntfs filesystem401 * iso9660 filesystem402 * udf filesystem403 * luks filesystem404
37、* linux swap filesystem405 * cramfs filesystem406 * romfs filesystem407 * sysv filesystem408 * ocfs2 filesystem409 * linuxraid410 * mount411 *support option -f412 *support option -v413 support mount helpers414 *support specifiying devices by label or uuid415 *support mounting nfs file systems416 *su
38、pport mounting cifs/smb file systems417 *support lots of -o flags in mount418 *support /etc/fstab and -a419 * pivot_root420 * rdate421 * rdev422 * readprofile423 * rtcwake424 * script425 * setarch426 * swaponoff427 *support priority option -p428 * switch_root.429 * umount430 *support option -a431 -
39、common options for mount/umount432 *support loopback mounts433 support for the old /etc/mtab file434435miscellaneous utilities -436 * adjtimex437 bbconfig438 * chat439 *enable nofail expect strings440 force stdin to be a tty441 *enable implicit carriage return442 *swallow options443 *support weird s
40、end escapes444 *support variable-length abort conditions445 *support revoking of abort conditions446 * chrt447 * crond448 *support option -d to redirect output to stderr449 *using /usr/sbin/sendmail?450 * crontab451 * dc452 *enable power and exp functions (requires libm)453 devfsd (obsolete)454 use
41、devfs names for all devices (obsolete)455 * devmem456 * eject457 *scsi support458 * fbsplash459 inotifyd460 * last461choose last implementation (huge)-462 * less463 (9999999) max number of input lines less will try to eat464 *enable bracket searching465 *enable extra flags466 *enable flag changes (-
42、 command)467 *enable marks468 *enable regular expressions469 * enable dynamic switching of line numbers470 * enable automatic resizing on window size changes471 * hdparm472 *support obtaining detailed information directly from drives473 *register an ide interface (dangerous)474 *un-register an ide i
43、nterface (dangerous)475 *perform device reset (dangerous)476 *tristate device for hotswap (dangerous)477 *get/set using_dma flag (dangerous)478 * makedevs479choose makedevs behaviour (table) -480 * man481 * microcom482 * mountpoint483 * mt484 * raidautorun485 * readahead486 * runlevel487 * rx488 * s
44、etsid489 * strings490 taskset491 * time492 * ttysize493 * watchdog494495networking utilities-496 * enable ipv6 support497 *preferentially use ipv4 addresses from dns queries498 verbose resolution errors499 * arp500 * arping501 * brctl.502 *fancy options503 *support show, showmac and showstp504 * dns
45、d505 * ether-wake506 * fakeidentd507 * ftpget508 * ftpput509 *enable long options in ftpget/ftpput510 * hostname511 * httpd512 *support ranges: header513 *use sendfile system call514 *support reloading of global config file on hup signal515 *enable -u option516 *enable basic http authentication517 *
46、support md5 crypted passwords for http authentication518 *support loading additional mime types at run-time519 *support common gateway interface (cgi)520 *support for running scripts through an interpreter521 *set remote_port environment variable for cgi522 *enable -e option (useful for cgis written
47、 as shell scripts)523 *support for custom error pages524 *support for reverse proxy525 * ifconfig526 *enable status reporting output (+7k)527 *enable slip-specific options keepalive and outfill528 *enable options mem_start, io_addr, and irq529 *enable option hw (ether only)530 *set the broadcast automatically531 * ifenslave532 *
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 酒店服务实习报告范文
- 湘艺版二年级下册音乐 第二课 (演唱)粗心的小画家 教案
- 全球化视角下的医疗科技-以高效液相色谱的跨国合作与交流为例
- 智慧城市的数字孪生技术应用研究
- 中职新生入学课件
- 未来学校基于教育大数据的教学变革
- 2025届福建福州市物理高二第二学期期末联考试题含解析
- 进度款的支付流程与计算
- 江苏省沭阳县华冲高级中学2025年物理高二下期末质量检测试题含解析
- 中职教育的中国历史课件
- GB/T 700-2006碳素结构钢
- GB/T 41419-2022数字化试衣虚拟人体用术语和定义
- GB/T 24218.1-2009纺织品非织造布试验方法第1部分:单位面积质量的测定
- GB/T 1633-2000热塑性塑料维卡软化温度(VST)的测定
- 《病毒学》(研究生)全册配套完整课件
- 第十七章其他熔化焊接与热切割作业课件
- 手术讲解模板:肩关节全部置换术课件
- 腧穴总论 2特定穴课件
- 数显压力表说明书
- JJF 1255-2010 厚度表校准规范-(高清现行)
- DB4409∕T 06-2019 地理标志产品 化橘红
评论
0/150
提交评论