操作系统课程实验报告1.docx
《操作系统课程实验报告1.docx》由会员分享,可在线阅读,更多相关《操作系统课程实验报告1.docx(15页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、中央民族大学操作系统实验报告姓名:黄越伶学号:21011656年级:2021级院系:信息工程学院专业:软件工程2023年4月6日U 21:45teacher)teacher-VirtualBox: /桌面 teacher teacher-VtrtualBox:$ chmod a+x hello.shteacherteacher-VtrtualBox:$ ./hello.shb.cdxs.chello.exelab.ctc print.cb.odxs.exehello.shla.c挂载共享文件夹c.hecpl.cHelloWorld.cla.exeIc.h.gchecpl.exeHelloWor
2、ld.oMakefiledx.cgnome-termtnal.desktop ke.cpress.cdx.exehello.cke.exepress.exeIs命令显示完毕 /home/teache/桌面 八Welocme!teacher,the time is: 21:44:27the cal of the monthcEdtt FileeCompute rExitInput your choice: e Show a file Enter file name: b the file no exister-VtrtualBox:teachergteacher-VtrtualBox:b.c b
3、.o c.h c.h.gch dx.c dx.exedxs.c dxs.exeecpl.c ecpl.exe$ ./hello.sh hello.exe hello.sh HelioWorld.c HelloWorld.ognome-terminal.desktop ke.chello.c/home/teacher/桌面ke.exeIs命令显示完毕lab.ctc print.cla.c挂砒共享文件夹la.exeMakefilepress.cpress.exepwd命令显不完毕Welocme!teacher,the time is: 21:46:27the cal of the month Ed
4、it FileCompute ExitInput your choice: r Add: n=7 the end!Qteacherteacher-VirtualBox:/桌面Input your choice:Add:n=7the end! tcachcrQteachcr-VtrtualBox:b.c b.o c.h c.h.gch dx.c dx.exe$ ./hello.sh dxs.chello.exeHvc exehello.shecpi.cHelloWorld.cecpi.exeHelloWold。gnorne- terminal .desktop ke c hello.c人人 D_
5、-exeIs命令显不元毕lab.c lac la.exe Makefile press.c press.exetc print.c挂薮共享文件夹/home 八 eacher/桌面pwd命令显示完毕Welocme!teacher,the time is: 21:46:42the cal of the month Edit File Compute Exit Input your choice:Bye4、编写Makefile文件(1)简单的makefile文件,并执行(建立多个c ,生成一个链接文件) a)建立下面三个源程序 HelloWorld.c 源程序:#include #include “
6、b.c”#include c.h int main(void) (printf (HHelloWorld!yangxingnH);bb();cc();return 0;)b.c源程序如下:bb()(printf(Hasasasasasnn);c.h源程序如下: cc()printf(nccccccccccccccccccccnn);)b)创建Makefile文件(仅拷贝下面代码内容到Makefile文件中):CC=gccEXEC= HelloWorldOBJS= HelloWorld.oall: $(EXEC)$(EXEC): $(OBJS)$(CC) $(LDFLAGS) -o $ $(OB
7、JS)clean:-rm -f $(EXEC) *.elf *.gdb *.o c)在linux终端,输入make命令,此命令将执行Makefile文件.make将生成HelloWorld可执行程序./桌面$ makegcc -c -o HelloWorld.o HelloWorld.cIn file included from HelloWorld.c:2:0:b.c:l:l: warning: return type defaults to tnt -Wtnplicit-tnt bb() AIn file included from Hell.oHorld.c:3:0:c.h:l:l: w
8、arning: return type defaults to tnt cc() Agcc -o HelloWorld HelloWorId.o_teacherQteacher- VirtualBox:*/桌面$ . /HelloWorIdd) ./HelloWorld(运行可执行程序)实验结果:teacherQteacher-VtrtualBox:/桌面$ ./HelloWorId HelloWorldyangxing asasasasascccccccccccccccccccc.teacherteacherVtrtualBox:/臬面$ 5、实现定时启动为当前用户创建cron服务(1) 键
9、入crontab -e编辑crontab服务文件,选择第二项编辑器teacherQteacher-VirtualBox/桌面$ crontab -e no crontab for teacher - using an empty oneSelect an editor. To change later, run Select-editor1 1 /bin/ed2. /bln/nano/home/demo/a.txt(表示 10:30 执行此命令)35 10 * * * ./a.exe/home/demo/b.txt用ctrl+X保存文件,并退出# daemons notion of time
10、and timezones #:Output of the crontab jobs (including errors) is sent throuah# # # # # email to the user the crontab file belongs to (unUss ?e5?rected).祟5TM工犬烧工,, backup of au your user accounts# For # m h */2 30 10 35 10* * 1 ta -zcf /var/backups/home.tgz /hone/don mon dow commandnore information s
11、ee the manual pages of crontab(5) and cron(8)/btn/sh/home/admtn/ deleteFile.sh ls/home/demo/atxt/aexe/home/demo/b.txtAx求助离开H Write Out3读档AWbl剪切文字S对齐Uncut Textffl拼写检查ACA游标位置 跳行(2)查看该用户下的crontab服务是否创建成功,用crontab -1命令teacherteacheVirtualBox: 桌面teacheteacherVlrtualBox: -/桌面$ crontab l# Edit this file to
12、 introduce tasks to be run by cron.n# Each task to run has to be defined through a single line# indicating with different fields when the task will be run# and what command to run for the task# To define the time you can provide concrete values for# minute (m), hour (h), day of month (don), month (m
13、on),# and day of week (dow) or use tn these fields (for ,any,),# Notice that tasks will be started based on the cron1s system# daemon1s notion of time and timezones. # Output of the crontab jobs (including errors) is sent through:email to the user the crontab file belongs to (unless redirected).# Fo
14、r example, you can run a backup of all your user accounts# at 5a.m every week with:# e 5 1 tar -zcf /var/backups/home.tgz /home/j For more information see the manual pages of crontab(5) and cron(8)# m h dom non dow command# /2 * * * * /btn/sh/home/admtn/ deleteFlle.sh30 10 * * * ls/home/demo/a.txt四_
15、弛一 /aexe/home/demo/b.txt(3)启动crontab服务一般启动服务用/sbin/service crond start若是根用户的cron服务可以用sudo service crond start这里还是要注意下不同版本linux系统启动的服务的命令也不同,像虚拟机里只需用sudo service cron restart即可,若是在根用户下直接键入service cron start就能启动服务service cron start七“小e1:已己1:1/153180乂:/桌面$ sudo service cron restartsudo teacher 的密码:teac
16、herQteacher-VirtualBox:*/$ sudo service cron restart teacherteacher-VtrtuaflLBox:/M$ ps -ax|grep cron4721 ?Ss6:00 /usr/sbin/4728 pts/4S+0:00 grep color=auto c ror(4)查看服务是否已经运行用ps -ax | grep cronteacherteacher-VtrtualBox:/MS$ ps -ax|grep cron4721 ?Ss0:00 /usr/sbin/cron4728 pts/4S+0:00 grep -color=aut
17、o cron四、结果分析1、编写shell脚本文件分析运行结果:1):1secho ”Is命令显示完毕”/将会显示目录下的所有文件2):pwdecho pwd命令显示完毕”回打印出当前终端所在的目录3):read choice输入自己的选择c| |e| |r| |q4):类似c语言中的swicth语句C:选择c会执行以下语句:c|C) echo nenter month:nread monthecho nenter yearnread yearcal $month $year set n+=l 输入一个可读月份,然后再输入一个可读年份,最后在用cal命令打印输入的年份和月份,然后 n=n+lo
18、E:选择e会执行以下语句:e|E) echo ”Show a fileo Enter file name: read fileif -f $file ;thenmore $fileelseecho the file no exist”exit 1 fi 需要输入一个文件名如果文件存在就执行more $flle语句,不存在就打印the file no exist然后结束 进程。R:选择r会执行以下语句:r|R) n=l(n=n+6) echo Add: n=$n 打印结果为:Add: n-7Q:选择q会执行以下语句:qlQ) echo Bye1 exit 1;打印结果为:Bye2、编写Makef
19、ile文件运行结果分析CC=gccEXEC= HelioWorldOBJS= HelloWorld.oall: $(EXEC)$(EXEC): $(OBJS)定义一个常量CC来表示gcc命令定义一个常量EXEC来表示HelioWorld文件 定义一个常量OBJS来表示HelloWorld.o文件选择目标文件HelioWorld可执行目标文件HelioWorld依赖于HelloWorld.o$(CC) $(LDFLAGS) -o $ $(OBJS) 表示 gcc pwd -o HelioWorld HelloWorld.oclean:-rm -f $(EXEC) *.elf *.gdb *.o3
20、.编译c程序打印语句为:Hello World!五、实验心得经过上机实验后我完成了实验目的,掌握了 Linux的基本命令,学会在终端运行c语言程序、 shell脚本程序,同时还学习了 Makefile的一些的一些基础编写规则以及学会如何实现定时启动,收 获了知识和实验经验。实验一Linux的初步认识一、实验目的1、熟练使用linux常用命令2、编译C程序3、编写shell脚本文件4、编写Makefile文件5、实现定时启动二、实验原理linux常用命令c语言编程语法,shell脚本语法,Makefile编写语法规则:(l)LDFLAGS是告诉链接器从哪里寻找库文件(2).makefile的命令
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 操作系统 课程 实验 报告
限制150内