linux实验3.doc

上传人:11****ws 文档编号:3179756 上传时间:2019-05-24 格式:DOC 页数:5 大小:161KB
下载 相关 举报
linux实验3.doc_第1页
第1页 / 共5页
linux实验3.doc_第2页
第2页 / 共5页
linux实验3.doc_第3页
第3页 / 共5页
linux实验3.doc_第4页
第4页 / 共5页
linux实验3.doc_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

1、南京信息工程大学 实验(实习)报告实验(实习)名称 Linux 系统管理 实验(实习) 一、实验目的1. 掌握对用户和工作组管理相关的管理方法。2. 掌握对文件系统管理的相关管理方法二、实验内容及步骤实验内容:1.对用户和工作组管理相关的管理方法和文件系统管理的相关管理方法。实验步骤:1、用户和工作组管理(1)使用命令(head、tail、cat 等)熟悉及查看相关文件:passwd 文件、shadow 文件、group 文件、gshadow 文件head /etc/passwdhead /etc/shadowhead /etc/group(2)维护命令练习:useradd usermod g

2、roupadd groupmod passwd#useradd liuyidan /建立用户账号#tail -l /etc/passwd /查看 password 文件中添加的用户账号信息#tail -l /etc/shadow # ls /home /查看所建立账号的主目录(3)用户和组的状态命令:id whoami suid 选项 用户名称该命令所使用的选项参数说明如下:-g:显示用户所属群组的 ID。-G:显示用户所属附加群组的 ID。-n:显示用户,所属群组或附加群组的名称。-r:显示实际 ID。-u:显示用户 ID。2、进程管理(1)psps 选项-aux(2)pstreePstre

3、e -p(3)killkill -s 信号 | -p -a 进程号 kill -l 信号(4)sleepsleep time3、系统安全管理熟悉并查看系统安全日志文件。4、文件系统管理使用 mount、umount 等命令来查看 u 盘或者 windows 文件系统练习。5、包管理自己下载并安装一个软件包。三、实验结果head /etc/passwdzlocalhost $ head /etc/passwdroot:x:0:0:root:/root:/bin/bashbin:x:1:1:bin:/bin:/sbin/nologindaemon:x:2:2:daemon:/sbin:/sbin/

4、nologinadm:x:3:4:adm:/var/adm:/sbin/nologinlp:x:4:7:lp:/var/spool/lpd:/sbin/nologinsync:x:5:0:sync:/sbin:/bin/syncshutdown:x:6:0:shutdown:/sbin:/sbin/shutdownhalt:x:7:0:halt:/sbin:/sbin/haltmail:x:8:12:mail:/var/spool/mail:/sbin/nologinnews:x:9:13:news:/etc/news:head /etc/shadowrootlocalhost z# head

5、 /etc/shadowroot:$1$9ojcdtdf$qmoNh1D.R1C5l6LoV42Z80:15410:0:99999:7:bin:*:15410:0:99999:7:daemon:*:15410:0:99999:7:adm:*:15410:0:99999:7:lp:*:15410:0:99999:7:sync:*:15410:0:99999:7:shutdown:*:15410:0:99999:7:halt:*:15410:0:99999:7:mail:*:15410:0:99999:7:news:*:15410:0:99999:7:head /etc/grouprootloca

6、lhost z# head /etc/grouproot:x:0:rootbin:x:1:root,bin,daemondaemon:x:2:root,bin,daemonsys:x:3:root,bin,admadm:x:4:root,adm,daemontty:x:5:disk:x:6:rootlp:x:7:daemon,lpmem:x:8:kmem:x:9:#useradd liuyidan #tail -l /etc/passwd rootlocalhost z# tail -l /etc/passwdavahi-autoipd:x:100:101:avahi-autoipd:/var

7、/lib/avahi-autoipd:/sbin/nologindistcache:x:94:94:Distcache:/:/sbin/nologinapache:x:48:48:Apache:/var/www:/sbin/nologinoprofile:x:16:16:Special user account to be used by OProfile:/home/oprofile:/sbin/nologinwebalizer:x:67:67:Webalizer:/var/www/usage:/sbin/nologinsquid:x:23:23:/var/spool/squid:/sbin

8、/nologinxfs:x:43:43:X Font Server:/etc/X11/fs:/sbin/nologingdm:x:42:42:/var/gdm:/sbin/nologinsabayon:x:86:86:Sabayon user:/home/sabayon:/sbin/nologinz:x:500:500:/home/zhangyong:/bin/bash#tail -l /etc/shadowrootlocalhost z# tail -l /etc/shadowavahi-autoipd:!:15410:0:99999:7:distcache:!:15410:0:99999:

9、7:apache:!:15410:0:99999:7:oprofile:!:15410:0:99999:7:webalizer:!:15410:0:99999:7:squid:!:15410:0:99999:7:xfs:!:15410:0:99999:7:gdm:!:15410:0:99999:7:sabayon:!:15410:0:99999:7:z:$1$92EqnYw0$w62j9yQP40TSLeAtUI.SI/:15443:0:99999:7: # ls /homezlocalhost $ ls /homezid whoami su zlocalhost $ id zhangyong

10、uid=500(z) gid=500(z) groups=500(z) context=user_u:system_r:unconfined_tpszlocalhost $ ps -auxWarning: bad syntax, perhaps a bogus -? See /usr/share/doc/procps-3.2.7/FAQUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0.0 0.1 2072 620 ? Ss Apr30 0:01 init 5root 2 0.0 0.0 0 0 ? S Apr30 0:

11、00 migration/0root 3 0.0 0.0 0 0 ? SN Apr30 0:00 ksoftirqd/0root 4 0.0 0.0 0 0 ? S Apr30 0:00 watchdog/0root 5 0.0 0.0 0 0 ? S Apr30 0:00 events/0root 6 0.0 0.0 0 0 ? S Apr30 0:00 khelperroot 7 0.0 0.0 0 0 ? S Apr30 0:00 kthreadroot 10 0.0 0.0 0 0 ? S Apr30 0:00 kblockd/0root 11 0.0 0.0 0 0 ? S Apr3

12、0 0:00 kacpidroot 65 0.0 0.0 0 0 ? S Apr30 0:00 cqueue/0root 68 0.0 0.0 0 0 ? S Apr30 0:00 khubdroot 70 0.0 0.0 0 0 ? S Apr30 0:00 kseriodroot 132 0.0 0.0 0 0 ? S Apr30 0:00 pdflushroot 133 0.0 0.0 0 0 ? S Apr30 0:02 pdflushroot 134 0.0 0.0 0 0 ? S Apr30 0:00 kswapd0root 135 0.0 0.0 0 0 ? S Apr30 0:

13、00 aio/0root 288 0.0 0.0 0 0 ? S Apr30 0:00 kpsmousedroot 311 0.0 0.0 0 0 ? S Apr30 0:00 ata/0。 。 。 。 。 。 。 。 。 。 。 。 。 。 。pstree pzlocalhost $ pstree -pinit(1)-+-/usr/bin/sealer(2543)|-Xvnc(2119)|-acpid(1780)|-atd(2145)|-auditd(1562)-+-audispd(1564)-audispd(1565)| -auditd(1563)|-automount(1852)-+-automount(1853)| |-automount(1854)。 。 。 。 。 。 。 。 。 。 。 。 。 。 。 (太多了 略)四、实验小结通过本次实验我掌握了对用户和工作组管理相关的管理方法,熟悉了文件系统管理的相关管理方法,进一步熟悉和了解了 REDHAT LINUX 的使用,加深了对 LINUX 的理解。

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育教学资料库 > 精品笔记

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。