linux基础命令

 

1:操作系统
    microsoft   dos 3.x 9x nt 2000 2003 2008
    linux     HP ux ibm aix sun solaris
    91.10.5 linux linus   --usenet 类unix
    多用户 多任务 下载 修改
   版本
        个人版 7.0 8.0 9.0 10.0 自由社区 fedora core    rhel 2.6.18-
        server
2:设备在linux的标识
    ide    hda1   hdb
    scsi   sda sdb
    软驱    fd
磁带机 st
3:文件的类型
L 链接 b 块设备 c 字符设备 d目录 –文件 s    p
4:linux 的登录
登陆操作系统       本地登录 7个终端 6个字符
                       字符 ---》字符 alt+f1--f6
 
                       字符 ---》图形 alt+f7
 
                       图形 ---》字符 ctrl+alt+f1---f6
远程登陆    telnet    ssh     vncserver
5:linux的运行级别 0--6
0 关闭系统 1单用户 2 多用户(缺少nfs) 3 完全多用户 4保留 5 x11 图形 6 重启
5:系统
关闭系统  shutdown      poweroff    init 0 halt
 
重启系统 shutdown       reboot   init 6
6:帮助
-h     --help  
        Whatis  
        man 1---8   1 普通指令    5 配置文件 man 5  vsftpd.conf    8 管理员指令
[root@zzu Server]# man 1  ls
[root@zzu Server]# man 5 vsftpd.conf
[root@zzu ~]# man 8 ping
 

你可能感兴趣的:(linux,Linux命令大全,休闲,截图大全,帮助大全)