buildmin-11.html

来自「怎样建立一个最小的linux系统」· HTML 代码 · 共 38 行

HTML
38
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD> <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9"> <TITLE>How To Build a Minimal Linux System from Source Code: Sh-utils</TITLE> <LINK HREF="buildMin-12.html" REL=next> <LINK HREF="buildMin-10.html" REL=previous> <LINK HREF="buildMin.html#toc11" REL=contents></HEAD><BODY><A HREF="buildMin-12.html">Next</A><A HREF="buildMin-10.html">Previous</A><A HREF="buildMin.html#toc11">Contents</A><HR><H2><A NAME="s11">11. Sh-utils</A></H2><P>The last package we need is GNU sh-utils. The only program we need fromhere at this stage is <CODE>stty</CODE>, which is used in <CODE>/etc/init.d/rc</CODE> which is used to change runlevels, and to enter the initial runlevel.I actually have, and used a package that contains only <CODE>stty</CODE>, but I can't remember where it came from. Its a better idea to use theGNU package, because there is other stuff in there that you will needif you add to the system to make it useable.<P><P>Well that's it. You should now have a system that will boot up and promptyou for a login. Type in ``root'', and you should get a shell. You won'tbe able to do much with it. There isn't even an <CODE>ls</CODE> command herefor you to see your handiwork. Press tab twice so you can see theavailable commands. This was about the most satisfying thing I found to dowith it.<P><HR><A HREF="buildMin-12.html">Next</A><A HREF="buildMin-10.html">Previous</A><A HREF="buildMin.html#toc11">Contents</A></BODY></HTML>

⌨️ 快捷键说明

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