实验三

实验三 Linux基本操作实例再现

实验目的

1.进一步了解Linux操作系统,掌握基本的Linux操作。

2.掌握用Linux来检查主机的基本信息,以及系统的属性。

3.用Linux再现主机的功能性以及基本语言操作的可行性。

实验内容

一、系统时间属性

1.详细日期

6003@go:~$ cal

cal: setlocale: No such file or directory

October 2015

Su Mo Tu We Th Fr Sa  

             1  2  3  

 4  5  6  7  8  9 10  

11 12 13 14 15 16 17  

18 19 20 21 22 23 24  

25 26 27 28 29 30 31 

二、文件的相关操作

1.查看根目录文件夹内容(详细情况并包括隐藏项)

6003@go:~$ pwd

/home/EE/6003

2.查看当前文件夹内容

6003@go:~$ ls

work

3.查看当前文件夹内容(包括隐藏项)

6003@go:~$ ls -a

. .Xauthority .bash_logout .cache work

.. .bash_history .bashrc .profile

4.子文件中的显示文件

6003@go:~$ ls -l

total 4

drwx------ 4 6003 go 4096 Oct 12 18:12 work

5.子文件中的隐藏文件和显示文件

6003@go:~$ ls -al

total 40

drwxr-xr-x 4 6003 go 4096 Oct 12 19:27 .

drwxr-xr-x 36 root root 4096 Sep 27 17:56 ..

-rw------- 1 6003 go 144 Oct 12 19:27 .Xauthority

-rw------- 1 6003 go 6291 Oct 12 19:26 .bash_history

-rw-r--r-- 1 6003 go 220 Sep 21 19:09 .bash_logout

-rw-r--r-- 1 6003 go 3515 Sep 21 19:09 .bashrc

drwxr-xr-x 3 6003 go 4096 Sep 28 20:02 .cache

-rw-r--r-- 1 6003 go 675 Sep 21 19:09 .profile

drwx------ 4 6003 go 4096 Oct 12 18:12 work

6.显示文件夹(及子文件夹)所占空间

6003@go:~$ du -h

1.5M ./.cache/fontconfig

1.5M ./.cache

100K ./work/media02

12K ./work/media01

392K ./work

1.9M .
三、硬盘信息显示操作

1.显示剩余磁盘空间,参数 “-h” 表示适合人读取 (human readable)

6003@go:~$ df -h

Filesystem Size Used Avail Use% Mounted on

/dev/sda2 61G 5.1G 53G 9% /

udev 10M 0 10M 0% /dev

tmpfs 403M 6.4M 396M 2% /run

tmpfs 1006M 0 1006M 0% /dev/shm

tmpfs 5.0M 0 5.0M 0% /run/lock

tmpfs 1006M 0 1006M 0% /sys/fs/cgroup

/dev/sda1 511M 132K 511M 1% /boot/efi

/dev/sdb1 20G 104M 19G 1% /home/EE

6003@go:~$ df

Filesystem 1K-blocks Used Available Use% Mounted on

/dev/sda2 63344540 5283568 54820220 9% /

udev 10240 0 10240 0% /dev

tmpfs 411660 6472 405188 2% /run

tmpfs 1029148 0 1029148 0% /dev/shm

tmpfs 5120 0 5120 0% /run/lock

tmpfs 1029148 0 1029148 0% /sys/fs/cgroup

/dev/sda1 523248 132 523116 1% /boot/efi

dev/sdb1 20510312 105440 19339968 1% /home/EE

2.显示剩余内存

6003@go:~$ free

            total       used       free     shared    buffers     cached

Mem:       2058300    1631888     426412       6568     102052    1137848

-/+ buffers/cache: 391988 1666312

Swap: 2095100 0 2095100

四、主机硬件信息显示

1.显示机器的处理器架构(1)

6003@go:~$ arch

x86_64

2.显示机器的处理器架构(2)
6003@go:~$ uname -m
x86_64

3.显示正在使用的内核版本

6003@go:~$ uname -r

3.16.0-4-amd64

4.显示CPU info的信息

6003@go:~$ cat /proc/cpuinfo

processor : 0

vendor_id : GenuineIntel

cpu family : 6

model : 44

model name : Intel(R) Xeon(R) CPU E5606 @ 2.13GHz

stepping : 2

microcode : 0x1a

cpu MHz : 2133.409

cache size : 8192 KB

physical id : 0

siblings : 4

core id : 0

cpu cores : 4

apicid : 0

initial apicid : 0

fpu : yes

fpu_exception : yes

cpuid level : 11

wp : yes

flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss ht syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm arat dtherm tsc_adjust

五、内存使用状况

1.校验内存使用

6003@go:~$ cat /proc/meminfo

MemTotal: 2058300 kB

MemFree: 427316 kB

MemAvailable: 1681948 kB

Buffers: 103844 kB

Cached: 1144616 kB

SwapCached: 0 kB

Active: 644504 kB

Inactive: 709192 kB

Active(anon): 68216 kB

Inactive(anon): 43624 kB

Active(file): 576288 kB

Inactive(file): 665568 kB

Unevictable: 96 kB

Mlocked: 96 kB

SwapTotal: 2095100 kB

SwapFree: 2095100 kB

Dirty: 56 kB

Writeback: 0 kB

AnonPages: 105376 kB

Mapped: 46284 kB

Shmem: 6600 kB

Slab: 211584 kB

SReclaimable: 181712 kB

SUnreclaim: 29872 kB

KernelStack: 3440 kB

PageTables: 38280 kB

NFS_Unstable: 0 kB

Bounce: 0 kB

WritebackTmp: 0 kB

CommitLimit: 3124248 kB

Committed_AS: 360268 kB

VmallocTotal: 34359738367 kB

VmallocUsed: 138732 kB

VmallocChunk: 34359595228 kB

HardwareCorrupted: 0 kB

AnonHugePages: 0 kB

HugePages_Total: 0

HugePages_Free: 0

HugePages_Rsvd: 0

HugePages_Surp: 0

Hugepagesize: 2048 kB

DirectMap4k: 59264 kB

DirectMap2M: 2037760 kB

六、其他设备信息展示

1.显示内核的版本

6003@go:~$ cat /proc/version

Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19)

2.显示网络适配器及统计

6003@go:~$ cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
eth0: 226780297 857523 0 35 0 0 0 112016 234334986 390774 0 0 0 0 0 0
lo: 35035609 246155 0 0 0 0 0 0 35035609 246155 0 0 0 0 0 0
dotvpn: 10742587 145924 0 0 0 0 0 0 519844 3571 0 0 0 0 0 0

3.显示已加载的文件系统

6003@go:~$ cat /proc/mounts

rootfs / rootfs rw 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=255208,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=411660k,mode=755 0 0
/dev/sda2 / ext4 rw,relatime,quota,usrquota,grpquota,errors=remount-ro,data=ordered 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
/dev/sda1 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
/dev/sdb1 /home/EE ext4 rw,relatime,quota,usrquota,grpquota,errors=remount-ro,data=ordered 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0

4.罗列 PCI 设备
6003@go:~$ lspci -tv

-[0000:00]-+-00.0 Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge
+-01.0-[01]--
+-07.0 Intel Corporation 82371AB/EB/MB PIIX4 ISA
+-07.1 Intel Corporation 82371AB/EB/MB PIIX4 IDE
+-07.3 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
+-07.7 VMware Virtual Machine Communication Interface
+-0f.0 VMware SVGA II Adapter
+-11.0-[02]--
+-15.0-[03]----00.0 VMware PVSCSI SCSI Controller
+-15.1-[04]--
+-15.2-[05]--
+-15.3-[06]--
+-15.4-[07]--
+-15.5-[08]--
+-15.6-[09]--
+-15.7-[0a]--
+-16.0-[0b]----00.0 VMware VMXNET3 Ethernet Controller
+-16.1-[0c]--
+-16.2-[0d]--
+-16.3-[0e]--
+-16.4-[0f]--
+-16.5-[10]--
+-16.6-[11]--
+-16.7-[12]--
+-17.0-[13]--
+-17.1-[14]--
+-17.2-[15]--
+-17.3-[16]--
+-17.4-[17]--
+-17.5-[18]--
+-17.6-[19]--
+-17.7-[1a]--
+-18.0-[1b]--
+-18.1-[1c]--
+-18.2-[1d]--
+-18.3-[1e]--
+-18.4-[1f]--
+-18.5-[20]--
+-18.6-[21]--
-18.7-[22]--

实验小结

1.信息的查询可以通过对终端进行命令操作实现。

2.可以通过解读操作结果来判断主机的状态以及性能。

3.各种操作中含有包含关系,有些操作是对总操作结果的详细解读,将一些容易被忽略的信息显示出来,方便于分析和进一步操作。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,530评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 86,403评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,120评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,770评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,758评论 5 367
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,649评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,021评论 3 398
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,675评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,931评论 1 299
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,659评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,751评论 1 330
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,410评论 4 321
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,004评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,969评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,203评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,042评论 2 350
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,493评论 2 343

推荐阅读更多精彩内容