我常用的linux命令

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 sdlcn 的 blog

 1.cp -r
    功能:复制文件夹下的所有文件.
  2.ls -l
    显示当前目录下的所有文件和权限信息.
  3.fdisk -l
    想要访问fat32文件时,用它查询文件系统表
  4.mount -t vfat /dev/hda8 /mnt/win
                  /sda/usb  /mnt/usb
  5.find /etc -name realplay
    ...../    -user sdl
  6.chmod 777 realplay
     功能:更改权限
 

本文关键:我常用的linux命令
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top