aix系统应用基础05usingfiles

收藏

编号:170354586    类型:共享资源    大小:374.50KB    格式:PPT    上传时间:2022-11-20
10
积分
关 键 词:
aix 系统 应用 基础 05 usingfiles
资源描述:
Course materials may not be reproduced in whole or in part without the prior written permission of IBM.5.04.1 Copyright IBM Corporation 2008 Unit 5 Using Files Copyright IBM Corporation 2008Unit ObjectivesAfter completing this unit,you should be able to:Use the cp command to copy files Use the mv command to move or rename files Use the wc command to count the number of lines,words,and bytes in a named file Use the ln command to allow a file to have more than one name Display the contents of a file using the cat,pg,and more commandsUse the rm command to remove files Print files Copyright IBM Corporation 2008To copy the file/home/team03/pgms/suba to/home/team01/doc and name it programa:$pwd/home/team01/doc$cp/home/team03/pgms/suba programamon_reporttrio_ltrwalrushometeam01docmon_reportprogramatrio_ltrwalrushometeam01doccp source targetcp file1 file2.target_dir beforeafterCopying Files Copyright IBM Corporation 2008$cd/home/team01$cp doc/programa test1 chometeam01.profilemanualstest1cdocprogramahometeam01.profilemanualstest1cprogramaprogramatest1dochometeam01ctrio_ltrtrio_ltrdochometeam01ctrio_ltrdoc$cd/home/team01/doc$cp trio_ltr./ccp Examples Copyright IBM Corporation 2008$pwd/home/team01/c$mv trio_ltr t.letterhometeam01ctrio_ltrhometeam01ct.lettermv source target mv file1 file2.target_dir Moving and Renaming Files Copyright IBM Corporation 2008$pwd/home/team01/c$mv t.letter./doc/letterhometeam01cmon_reportdochometeam01ctrio_ltrletterdochometeam01ctrio_ltrt.letterdochometeam01cmon_reportdoc$pwd/home/team01/c$mv./doc/mon_report.mv Examples Copyright IBM Corporation 2008$cat walrusThe time has come,the Walrus said,To talk of many things:Of shoes-and ships-and sealing wax-Of cabbages-and kings-And why the sea is boiling hot-And whether pigs have wings.From The Walrus And The Carpenterby Lewis Carroll(1871)cat file1 file2.Listing File Contents Copyright IBM Corporation 2008pg filenamemore filename$pg walrusThe time has come,the Walrus said,To talk of many things:Of shoes-and ships-and sealing wax-Of cabbages-and kings-And why the sea is boiling hot-And whether pigs have wings.:one page at a time$more walrusThe time has come,the Walrus said,To talk of many things:Of shoes-and ships-and sealing wax-Of cabbages-and kings-And why the sea is boiling hot-And whether pigs have wings.walrus(100%)Displaying Files Copyright IBM Corporation 200817126 1085 myfilecharacterswordslineswc CommandThe wc command counts the number of lines,words,and bytes in a named file:$wc-c-l-w filenameOptions:-ccounts the number of bytes-lcounts lines-wcounts wordsExample:$wc myfile Copyright IBM Corporation 2008ActivityActivity:Working with the wc Command Copyright IBM Corporation 2008 Allows files to have more than one name in the directory structure Both files reference the same i-node Cannot be used with directories,cannot span file systemsln source_file target_file Linking Files$ls li63-rw-r-r-2 team01 staff 1910 Nov 21 14:19 man_files$ln man_files manuals$ls-li63-rw-r-r-2 team01 staff 1910 Nov 21 14:19 man_files63-rw-r-r-2 team01 staff 1910 Nov 21 14:19 manuals$Copyright IBM Corporation 2008 Creates an indirect reference to a file(symbolic link)Name references the original files name and path Can be used with directories and span file systemsln s source_file target_file Linking Files(cont.)$ls li63-rw-r-r-2 team01 staff 1910 Nov 21 14:19 man_files$ln s man_files manuals$ls-li63-rw-r-r-1 team01 staff 1910 Nov 21 14:19 man_files66 lrwxrwxrwx 1 team01 staff 1910 Nov 21 14:19 manuals-man_files$Copyright IBM Corporation 2008rm file1 file2 file3.Removing Files$lsmon_report trio_ltr walrus$rm mon_report$lstrio_ltr walrus$rm i walrusrm:remove walrus?y$lstrio_ltr$Copyright IBM Corporation 2008Printing Fileslqprt-queue files to the printerlqchk display the current status of a print queuelqcan cancel a print job(specify job number)$qprt walrus$qchkQueue Dev Status Job Files User PP%Blks Cp Rnklp0 lp0 Running 99 walrus team01 1 1 1 1$qcan x 99$Copyright IBM Corporation 2008Checkpoint1.What is the effect of the following commands?$cd/home/team01$cp file1 file22.What is the effect of the following commands?$cd/home/team01$mv file1 newfile3.What is the effect of the following commands?$cd/home/team01$ln newfile myfile4.List commands that can be used to view the contents of a file.Copyright IBM Corporation 2008Checkpoint Solutions1.What is the effect of the following commands?$cd/home/team01$cp file1 file2The cp command creates a new file,file 2 from a copy of file1.Each copy will have a different name,as shown,file1 and file2.The two copies are independent of each other.If one file is modified,it does not reflect in the second file.2.What is the effect of the following commands?$cd/home/team01$mv file1 newfileThese commands will rename file1 to newfile.file1 will no longer exist,but instead be shown as newfile.3.What is the effect of the following commands?$cd/home/team01$ln newfile myfileThe file called newfile is now know as myfile.An ls-l will show both files.An ls li will show that both files share the same node number.Note that there is still only one physical file on disk.If a change is made to newfile that change will also be reflected if using myfile.4.List commands that can be used to view the contents of a file.cat,pg,more Copyright IBM Corporation 2008Exercise:Using Files Copyright IBM Corporation 2008Unit SummaryThe cp command can be used to copy files.The mv command can be used to move and rename files.The ln command can be used to create additional names for a file.Display the contents of a file using cat,pg,or more.Use the rm command to delete files.Use the qprt command to print files.The wc command could be used to count words or lines from files or command output.
展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
提示  装配图网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
关于本文
本文标题:aix系统应用基础05usingfiles
链接地址:https://www.zhuangpeitu.com/article/170354586.html
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!