查看“核心系统定制”的源代码
来自Ubuntu中文
←
核心系统定制
跳到导航
跳到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
== 简述 == 使用Linux系统已经有几年了,做服务器系统开发有已经有一年半了,岁末回过头来,把这一年多的积累整理一下,本文是以LFS为基础,以服务器操作系统运行环境为背景,分析一下Linux 命令行交互环境系统的基本结构,结构图如下。 [[File:Cli-core.png]] == Linux核心系统运行环境 == 这些都是做为运行时必备的基础环境,实用工具,文本编辑,这些工具虽然常用,但不是基本运行时的必须工具,可以按照需求作为可选的工具;除了基本系统外,剩下的开发工具集合,语言支持,国际化等软件包都属于运行在基本系统之上的应用程序。 === 核心运行环境 === 核心系统由如下运行环境组成, <pre> linuxkernel, bash, glibc, udev, sysvint, bootscripts, basefile,gdbm,kmod,libpiprline,coreutils,file,findutils,gawk,grep,gzip,man-db,ncurses,psmisc,procps,sed,shadow,tar,utils-linux,zlib iana-etc,inetutils,iproute2,readline,xz </pre> == 核心开发环境 == 确切的说,工具链只是开发工具链中最核心的部分,也是作为系统版本升级时优先需要准备的工作,后续的开发都要以此为基石, <pre> binutils, gcc,gmp,mpfr,mpc, glibc-devel, make, autotools (m4,automake,autoconf,libtools) diffutils,patch </pre> == 安全工具 == 这里只列出来主流的安全相关的软件 <pre> sudo,pam,openssl,opengpg,iptables,selinux </pre> == 主流常用语言支持 == <pre> perl,python,php,ruby,java, </pre> == 依赖关系表 == linuxkernel, bash, coreutils, file, findutils, gawk, glibc, grep, gzip, man-db, ncurses <pre> 编译依赖 : debhelper (>= 8.0.0),bash,binutils,coreutils,diffutils,gawk,gcc,glibc,grep,make,patch,sed 运行依赖 : </pre> psmisc, procps, sed, shadow, tar, utils-linux, zlib udev, sysvint, bootscripts, basefile, gdbm, kmod, libpiprline, iana-etc, inetutils, iproute2, readline, xz </pre>
返回
核心系统定制
。
导航菜单
页面操作
页面
讨论
阅读
查看源代码
历史
页面操作
页面
讨论
更多
工具
个人工具
登录
导航
首页
最近更改
随机页面
页面分类
帮助
搜索
编辑
编辑指南
沙盒
新闻动态
字词处理
工具
链入页面
相关更改
特殊页面
页面信息