📄 config.in
字号:
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_option next_commentcomment 'File Utilities'bool 'chmod' CONFIG_CHMODbool 'chown' CONFIG_CHOWNbool 'chgrp' CONFIG_CHGRPbool 'cp' CONFIG_CPbool 'dd' CONFIG_DDbool 'df' CONFIG_DFbool 'du' CONFIG_DUbool 'ln' CONFIG_LNbool 'ls' CONFIG_LSif [ "$CONFIG_LS" = "y" ]; then bool ' Enable filetyping options (-p and -F)' CONFIG_FEATURE_LS_FILETYPES bool ' Enable symlinks dereferencing (-L)' CONFIG_FEATURE_LS_FOLLOWLINKS bool ' Enable recursion (-R)' CONFIG_FEATURE_LS_RECURSIVE bool ' Sort the file names' CONFIG_FEATURE_LS_SORTFILES bool ' Show file timestamps' CONFIG_FEATURE_LS_TIMESTAMPS bool ' Show username/groupnames' CONFIG_FEATURE_LS_USERNAME bool ' Use color to identify file types' CONFIG_FEATURE_LS_COLORfibool 'mkdir' CONFIG_MKDIRbool 'mkfifo' CONFIG_MKFIFObool 'mknod' CONFIG_MKNODbool 'mv' CONFIG_MVbool 'rm' CONFIG_RMbool 'rmdir' CONFIG_RMDIRbool 'sync' CONFIG_SYNCbool 'touch' CONFIG_TOUCHif [ "$CONFIG_CP" = "y" -o "$CONFIG_MV" = "y" ]; then comment 'Common options for cp and mv' bool ' Preserve hard links.' CONFIG_FEATURE_PRESERVE_HARDLINKSfiif [ "$CONFIG_LS" = "y" -o "$CONFIG_MORE" = "y" ]; then comment 'Common options for ls and more' bool ' Calculate terminal & column widths' CONFIG_FEATURE_AUTOWIDTHfiif [ "$CONFIG_DF" = "y" -o "$CONFIG_DU" = "y" -o "$CONFIG_LS" = "y" ]; then comment 'Common options for df, du, ls' bool ' Support for human readable output (example 13k, 23M, 235G)' CONFIG_FEATURE_HUMAN_READABLEfiendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -