BusyBox配置菜单的详细选项Word版

上传人:仙*** 文档编号:86854701 上传时间:2022-05-08 格式:DOC 页数:12 大小:126KB
返回 下载 相关 举报
BusyBox配置菜单的详细选项Word版_第1页
第1页 / 共12页
BusyBox配置菜单的详细选项Word版_第2页
第2页 / 共12页
BusyBox配置菜单的详细选项Word版_第3页
第3页 / 共12页
点击查看更多>>
资源描述
BusyBox配置菜单的详细选项 1Busybox Settings - 2 General Configuration - 3 Enable options for full-blown desktop systems 4 Provide compatible behavior for rare corner cases (bigger code) 5 Assume that 1:1 char/glyph correspondence is not true 6 Buffer allocation policy (Allocate with Malloc) - 7 - Show terse applet usage messages 8 * Show verbose applet usage messages 9 * Store applet usage messages in compressed form 10 * Support -install -s to install applet links at runtime 11 * Enable locale support (system needs locale for this to work) 12 * Support for -long-options 13 * Use the devpts filesystem for Unix98 PTYs 14 Clean up all memory before exiting (usually not needed) 15 * Support writing pidfiles 16 - Support for SUID/SGID handling 17 * Runtime SUID/SGID configuration via /etc/busybox.conf 18 * Suppress warning message if /etc/busybox.conf is not readable 19 Support NSA Security Enhanced Linux 20 exec prefers applets 21 (/proc/self/exe) Path to BusyBox executable 22 Build Options - 23 * Build BusyBox as a static binary (no shared libs) /选用静态链接 24 Force NOMMU build 25 * Build with Large File Support (for accessing files 2 GB) 26 () Cross Compiler prefix /指定交叉编译工具的路径,也可以直接修改Makefile文件 27 Debugging Options - 28 Build BusyBox with extra Debugging symbols 29 Abort compilation on any warning 30 Additional debugging library (None) - 31 * Enable obsolete features removed before SUSv3? 32 Installation Options - 33 * Dont use /usr /不选该项,BusyBox将默认安装到原系统的/usr目录下面,这将覆盖掉系统原有的命令。 34 Applets links (as soft-links) - 35 (./_install) BusyBox installation prefix 36 Busybox Library Tuning - 37 (6) Minimum password length 38 (2) MD5: Trade Bytes for Speed 39 * Faster /proc scanning code (+100 bytes) 40 * Support for /etc/networks 41 * Command line editing 42 (1024) Maximum length of input 43 * vi-style line editing commands 44 (15) History size 45 * History saving 46 * Tab completion 47 * Username completion 48 * Fancy shell prompts 49 Give more precise messages when copy fails (cp, mv etc) 50 (4) Copy buffer size, in kilobytes 51 Use clock_gettime(CLOCK_MONOTONIC) syscall 52 * Use ioctl names rather than hex values in error messages 53 * Support infiniband HW 54 - Applets 55Archival Utilities - 56 * Make tar, rpm, modprobe etc understand .lzma data 57 * Make tar, rpm, modprobe etc understand .bz2 data 58 * Make tar, rpm, modprobe etc understand .gz data 59 * Make tar and gunzip understand .Z data 60 * ar 61 * Support for long filenames (not need for debs) 62 * bunzip2 63 * bzip2 64 * cpio 65 * Support for archive creation 66 dpkg 67 dpkg_deb 68 * gunzip 69 * gzip 70 rpm2cpio 71 rpm 72 * tar 73 * Enable archive creation 74 * Autodetect gz/bz2 compressed tarballs 75 * Enable -X (exclude from) and -T (include from) options) 76 * Support for old tar header format 77 * Enable untarring of tarballs with checksums produced by buggy Sun tar 78 * Support for GNU tar extensions (long filenames) 79 * Enable long options 80 * Enable use of user and group names 81 * uncompress 82 * unlzma 83 * Optimize unlzma for speed 84 * unzip 85 86Coreutils - 87 * basename 88 * cal 89 * cat 90 * catv 91 * chgrp 92 * chmod 93 * chown 94 * chroot 95 * cksum 96 * comm 97 * cp 98 * cut 99 * date 100 * Enable ISO date format output (-I) 101 * dd 102 * Enable DD signal handling for status reporting 103 * Enable ibs, obs and conv options 104 * df 105 * Enable -a, -i, -B 106 * dirname 107 * dos2unix/unix2dos 108 * du (default blocksize of 512 bytes) 109 * Use a default blocksize of 1024 bytes (1K) 110 * echo (basic SuSv3 version taking no options) 111 * Enable echo options (-n and -e) 112 * env 113 * Enable long options 114 * expand 115 * Enable long options 116 * expr 117 * Extend Posix numbers support to 64 bit 118 * false 119 * fold 120 * head 121 * Enable head options (-c, -q, and -v) 122 * hostid 123 * id 124 * install 125 * Enable long options 126 * length 127 * ln 128 * logname 129 * ls 130 * Enable filetyping options (-p and -F) 131 * Enable symlinks dereferencing (-L) 132 * Enable recursion (-R) 133 * Sort the file names 134 * Show file timestamps 135 * Show username/groupnames 136 * Allow use of color to identify file types 137 * Produce colored ls output by default 138 * md5sum 139 * mkdir 140 * Enable long options 141 * mkfifo 142 * mknod 143 * mv 144 * Enable long options 145 * nice 146 * nohup 147 * od 148 * printenv 149 * printf 150 * pwd 151 * readlink 152 * Enable canonicalization by following all symlinks (-f) 153 * realpath 154 * rm 155 * rmdir 156 * Enable long options 157 * seq 158 * sha1sum 159 * sleep 160 * Enable multiple arguments and s/m/h/d suffixes 161 * Enable fractional arguments 162 * sort 163 * Full SuSv3 compliant sort (support -ktcsbdfiozgM) 164 * split 165 * Fancy extensions 166 * stat 167 * Enable custom formats (-c) 168 * stty 169 * sum 170 * sync 171 * tac 172 * tail 173 * Enable extra tail options (-q, -s, and -v) 174 * tee 175 * Enable block I/O (larger/faster) instead of byte I/O 176 * test 177 * Extend test to 64 bit 178 * touch 179 * tr 180 * Enable character classes (such as :upper:) 181 * Enable equivalence classes 182 * true 183 * tty 184 * uname 185 * unexpand 186 * Enable long options 187 * uniq 188 * usleep 189 * uudecode 190 * uuencode 191 * wc 192 * Support very large files in wc 193 * who 194 * whoami 195 * yes 196 - Common options for cp and mv 197 * Preserve hard links 198 - Common options for ls, more and telnet 199 * Calculate terminal & column widths 200 - Common options for df, du, ls 201 * Support for human readable output (example 13k, 23M, 235G) 202 - Common options for md5sum, sha1sum 203 * Enable -c, -s and -w options204205Console Utilities -206 * chvt 207 * clear 208 * deallocvt 209 * dumpkmap 210 * kbd_mode 211 * loadfont 212 * loadkmap 213 * openvt 214 * reset 215 * resize 216 * Print environment variables 217 * setconsole 218 * Enable long options 219 * setfont 220 * Support reading textual screen maps 221 () Default directory for console-tools files 222 * setkeycodes 223 * setlogcons 224 * showkey 225226Debian Utilities -227 * mktemp 228 * pipe_progress 229 * run-parts 230 * Enable long options 231 * Support additional arguments 232 * start-stop-daemon 233 * Support additional arguments 234 * Enable long options 235 * which236237Editors -238 * awk 239 * Enable math functions (requires libm) 240 * cmp 241 * diff 242 * Enable checks for binary files 243 * Enable directory support 244 * Enable -d option to find smaller sets of changes 245 * ed 246 * patch 247 * sed 248 * vi 249 (4096) Maximum screen width in vi 250 Allow vi to display 8-bit chars (otherwise shows dots) 251 * Enable : colon commands (no ex mode) 252 * Enable yank/put commands and mark cmds 253 * Enable search and replace cmds 254 * Catch signals 255 * Remember previous cmd and . cmd 256 * Enable -R option and view mode 257 * Enable set-able options, ai ic showmatch 258 * Support for :set 259 * Handle window resize 260 * Optimize cursor movement 261 * Allow vi and awk to execute shell commands 262 263Finding Utilities -264 * find 265 * Enable -print0 option 266 * 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 filesystem option (-xdev) 271 * Enable -maxdepth N option 272 * Enable -newer option for comparing file mtimes 273 * Enable inode number matching (-inum option) 274 * Enable -exec option allowing execution of commands 275 * Enable username/uid matching (-user option) 276 * Enable group/gid matching (-group option) 277 * Enable the not (!) operator 278 * Enable the -depth option 279 * Enable parens in options 280 * Enable -size option allowing matching for file size 281 * Enable -prune option allowing to exclude subdirectories 282 * Enable -delete option allowing to delete files 283 * Enable -path option allowing to match pathname patterns 284 * Enable -regex: match pathname to regex 285 * grep 286 * Support extended regular expressions (egrep & grep -E) 287 * Alias fgrep to grep -F 288 * Enable before and after context flags (-A, -B and -C) 289 * xargs 290 * Enable prompt and confirmation option -p 291 * Enable support single and double quotes and backslash 292 * Enable support options -x 293 * Enable null terminated option -0294295Init Utilities -296 * init 297 * Support reading an inittab file/支持init读取/etc/inittab配置文件,一定要选298 Support killing processes that have been removed from inittab 299 * Run commands with leading dash with controlling tty 300 * Enable init to write to syslog 301 * Be _extra_ quiet on boot 302 * Support dumping core for child processes (debugging only) 303 * Support running init from within an initrd (not initramfs) 304 * poweroff, halt, and reboot 305 * mesg306 307Login/Password Management Utilities -308 * Support for shadow passwords 309 * Use internal password and group functions rather than system functions 310 * Use internal shadow password functions 311 * Use internal DES and MD5 crypt functions 312 * addgroup 313 * Support for adding users to groups 314 * delgroup 315 * Support for removing users from groups 316 Enable sanity check on user/group names in adduser and addgroup 317 * adduser 318 * Enable long opti
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 管理文书 > 施工组织


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!