虚拟主机 主机托管
您的位置:主页>网络学院>操作系统>Linux教程>
推荐文章
  1、下载 Helix.server(也就是REAL服务器)的开源版本,RM媒体……
1 Alpha驱动程序——获取与使用 2 一台机器使用多个以太网卡 3……
  本文介绍了在Redhat 7.3.8.0 9.0访问NTFS磁盘的完全解决方法……
  我们在编写Linux运行库时,特别是作为组件提交给其他程序员……
  随着Linux在我国的持续升温,想学习它的人也越来越多。但是……
  Linux是一套免费使用和自由传播的类UNIX操作系统,主要用于……
广告
350个linux命令详解
阅读:
 
内  容
COMMAND 命令 DESCRIPTION 注解
System information
系统信息
arch show architecture of machine
显示主机的体系结构
uname -r show used kernel version
显示kernel版本信息
dmidecode -q show hardware system components - (SMBIOS / DMI)
显示硬件系统部件
hdaparm -i /dev/hda displays the characteristics of a hard-disk
显示某一硬盘特点
hdparm -tT /dev/sda perform test reading on a hard-disk
执行某一硬盘读取测试
cat /proc/cpuinfo show information CPU info
显示CPU信息
cat /proc/interrupts show interrupts
显示中断信息
cat /proc/meminfo verify memory use
核实内存使用情况
cat /proc/swaps show file(s) swap
显示文件swap情况
cat /proc/version show version of the kernel
显示kernel版本信息
cat /proc/net/dev show network adpters and statistics
显示网络信息
cat /proc/mounts show mounted file system(s)
显示挂载系统信息
lspci -tv display PCI devices
显示PCI设备
lsusb -tv show USB devices
显示USB设备
date show system date
显示系统日期
cal 2007 show the timetable of 2007
显示2007年日历
date 041217002007.00 set date and time
- MonthDayhoursMinutesYear.Second
设置时间和日期 - 格式:月日时分年.秒
clock -w
save changes on BIOS
保存BIOS设置
linux commands line v1.0 - LinuxGuide.it linux命令详解翻译 - moon-blog.cn

COMMAND 命令 DESCRIPTION 注解
Shutdown, Restart of a system and Logout
系统关机,重启或注销
shutdown -h now shutdown system
关闭系统
init 0
shutdown -r hours:minutes planned shutdown of the system
定时关机
shutdown -c cancel a planned shutdown of the system
取消定时关机
shutdown -r now reboot
重启系统
reboot
logout leaving session
注销用户
linux commands line v1.0 - LinuxGuide.it linux命令详解翻译 - moon-blog.cn

 

    
    
COMMAND 命令 DESCRIPTION 注解
Files and Directory
文件及目录