170-172.html
来自「linux-unix130.linux.and.unix.ebooks130 l」· HTML 代码 · 共 70 行
HTML
70 行
<HTML>
<HEAD>
<TITLE>Linux Unleashed, Third Edition:Using the File System</TITLE>
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<!--ISBN=0672313723//-->
<!--TITLE=Linux Unleashed, Third Edition//-->
<!--AUTHOR=Tim Parker//-->
<!--PUBLISHER=Macmillan Computer Publishing//-->
<!--IMPRINT=Sams//-->
<!--CHAPTER=8//-->
<!--PAGES=170-172//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="167-170.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch09/173-176.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H4 ALIGN="LEFT"><A NAME="Heading34"></A><FONT COLOR="#000077">/etc</FONT></H4>
<P>This directory and its subdirectories hold many of the Linux configuration files. These files are usually text, and they can be edited to change the system’s configuration (if you know what you’re doing!).
</P>
<H3><A NAME="Heading35"></A><FONT COLOR="#000077">Summary</FONT></H3>
<P>You should now feel more comfortable working in Linux. Understanding and being able to navigate the Linux file system is very important because Linux simply consists of some files organized in a fairly standard way.
</P>
<P>You still may find yourself stumped by certain file or directory problems. Remember that the online man pages can assist you. Linux gives you a lot of flexibility in creating files, specifying absolute or relative names, and setting permissions. Don’t be afraid to experiment (as an ordinary user, in your home directory). There are too many different ways to perform tasks to list or exhaustively describe here. Don’t cling to rigid recipes written on a piece of paper. You learn by trying!</P>
<P>Check out Chapters 9, “File and Directory Permissions,” and 10, “GNU Project Utilities,” through Chapter 13, “<TT>tcsh</TT>,” especially if you want to create programs or macros from system command files or to learn more about the built-in user interface features in Linux shells. Chapter 16 also has very useful information about editing text files.</P>
<P>After you are familiar with shells and get some practice manipulating files and directories, you can move on to the advanced topics in Part III, “Editing, Typesetting, and More,” through Part VIII, “Advanced Programming Topics,” of this book. If you are interested in other subjects, you can jump to them from here:</P>
<DL>
<DD>Working with the editors that come with Linux is discussed in Chapter 16, “Text Editors: <TT>vi</TT> and <TT>emacs</TT>.”
<DD>Configuring X so you can use a GUI is discussed in Chapter 22, “Installing and Configuring XFree86.”
<DD>Administering your Linux system is discussed in Part VI, starting with Chapter 32, “System Administration Basics.”
</DL>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="167-170.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch09/173-176.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?