Grisson's .net

源码之前,了无秘密

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Linux Shell

摘要:http://netbay.blogchina.com/1919321.html -------------------------------------------- (一)安装linux时安装grub. 安装redhat linux时会提示安装引导程序,如果选择grub为引导程序,建议把grub安装到硬盘的引导扇区MBR.grub 还可以引导其它操作系统,如 FreeBSD、Ne... 阅读全文
posted @ 2005-11-01 22:08 海盗 阅读(998) 评论(0) 推荐(0)

摘要:The root directory. The starting point of your directory structure. This is where the Linux system begins. Every other file and directory on your system is under the root directory. Usually the ... 阅读全文
posted @ 2005-09-09 17:29 海盗 阅读(263) 评论(0) 推荐(0)

摘要:Many Linux commands print their output to screen. For example, ls does this when it lists the contents of a directory: you see the output, the directory listing, on your screen. cat does the s... 阅读全文
posted @ 2005-09-09 17:06 海盗 阅读(311) 评论(0) 推荐(0)

摘要:What is fstab and why it's useful > fstab is a configuration file that contains information of all the partitions and storage devices in your computer. The file is located under /etc, so the full... 阅读全文
posted @ 2005-09-09 16:18 海盗 阅读(310) 评论(0) 推荐(0)

摘要:As you know, you can store your data in different physical storage devices, like floppies, CD-ROMs, and hard disk drives. Your hard disk or disks are also very likely split up into differ... 阅读全文
posted @ 2005-09-09 15:26 海盗 阅读(629) 评论(0) 推荐(0)