摘要:
joke)
摘要
这是一个用unix命令来模拟一个在酒吧勾搭美妹的过程。
--------------------------------------------------------------------------------
by wing, 出处:bbs.mit.edu
find
talk
whoami
whatis
uname
quota
set
mv......
摘要:
by rob flickenger
06/29/2000
are you running an intel linux system with at least one (e)ide hard drive?
wouldnt it be neat if there were a magical command to instantly double the i/o performanc......
在 rh 8.0 下编译 kernel 后如何在 grub 配置的问题上一页 ...# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
【程序编程相关:
lilo.conf中文手册】 【推荐阅读:
Samba服务器的设置】# initrd /boot/initrd-version.img
【扩展信息:
Linux 使用技巧】 boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title red hat linux (2.4.18-19.8.0)
root (hd0,0)
kernel /boot/vmlinuz-2.4.18-19.8.0 ro root=label=/
initrd /boot/initrd-2.4.18-19.8.0.img
title red hat linux (2.4.18-14)
root (hd0,0)
kernel /boot/vmlinuz-2.4.18-14 ro root=label=/
initrd /boot/initrd-2.4.18-14.img
...
下一页 摘要:
[color=red:ef99fea124][/color:ef99fea124]ls 命令可以说是linux下最常用的命令之一。它有众多的选项,其中有很多是很有用的,你是否熟悉呢?下面列出了 ls 命令的绝大多数选项。
-a 列出目录下的所有文件,包括以 . 开头的隐含文件。
-b 把文件名中不可输出的字符用反斜杠加字符编号(就象在c语言里一样)的形式列出。
-c 输出文件的 i 节点......