2linux基础命令的使用选修丨教程it课程加_第1页
2linux基础命令的使用选修丨教程it课程加_第2页
2linux基础命令的使用选修丨教程it课程加_第3页
2linux基础命令的使用选修丨教程it课程加_第4页
2linux基础命令的使用选修丨教程it课程加_第5页
已阅读5页,还剩7页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

金职 慕课专 手 Java2Linux

徐老师·更新于2020-08- 上一节1Linux虚拟机安 3Linux极速上手下一Linux文件系统和Windows文件系统有一些区别,Windows是分C盘、D盘、E盘…的,但是在Linux中是有一个最大的,称之为根,用/表示,根下面会有很多子,这些子其实可以理解为初始

bin存放二进制可执行文件(ls,cat,mkdir等)boot存放用于系统引导时使用的各种文件dev存放设备文件usr存放系统应用程序,比较重要 mntsbin管理级别的二进制执行文rootoptpwd列出当前 [root@localhost~]# [root@localhost~]#ll(ls-l缩写)列出当 [root@localhost~]#total-rw.1rootroot1243Mar2820:59anaconda-[root@localhost~]#ls-total-rw.1rootroot1243Mar2820:59anaconda-ll-a列出当 [root@localhost~]#ll-totaldr-xr-x.2rootroot135Mar2821:00dr-xr-xr-x.17rootroot224Mar2820:58-rw.1rootroot1243Mar2820:59anaconda--rw.1root 8Mar2821:00-rw-r--r--.1root 18Dec292013.bash_logo-rw-r--r--.1rootroot176Dec292013-rw-r--r--.1rootroot176Dec292013-rw-r--r--.1rootroot100Dec292013-rw-r--r--.1rootroot129Dec292013llhelp查看ls用法,–help[root@localhost~]#ll--Usage:ls[OPTION]...ListinformationabouttheFILEs(thecurrentdirectorybySortentriesalphabeticallyifnoneof-cftuvSUXnor--sortis5Mandatoryargumentstolongoptionsaremandatoryforshortoptions-a,-- donotignoreentriesstartingwith [root@localhost~]#touch[root@localhost~]#total-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.1root 0Mar2822:21mkdir创建 [root@localhost~]#mkdir[root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.1root 0Mar2822:21mkdir-p目 是否已存在的时候,可以使用-p参数,就算 [root@localhost~]#mkdir-p[root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.1root 0Mar2822:21[root@localhost~]#mkdirmkdir:cannotcreatedirectory‘abc’:Filemv重命名文件\文件夹改 [root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.1root 0Mar282:21[root@localhost~]#mvabc[root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.1root 0Mar2822:21linux有两种硬、符号(软 lnotx[root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.1root 0Mar2822:21[root@localhost~]#lno.txt[root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.2root 0Mar2822:21-rw-r--r--.2root 0Mar2822:21ln-so.txt[root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.2root 0Mar2822:21-rw-r--r--.2root 0Mar2822:21[root@localhost~]#ln-so.txt[root@localhost~]#totaldrwxr-xr-x.2root 6Mar2822:22-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.2root 0Mar2822:21-rw-r--r--.2root 0Mar2822:21lrwxrwxrwx.1root 9Mar2822:33vlink->cd[root@localhost~]#[root@localhost~]#cd[root@localhost~]#[root@localhost~]#[root@localhost~]#cd[rot@localhost/]#/cd/ [root@localhost/]#cd[root@localhost/]#/[root@localhost~]#cd[root@localhostbin]#[root@localhostbin]#cd[root@localhost~]#cdxxx/xxx[root@localhost~]#cd[root@localhosttest]# rm[root@localhosttest]#touch[root@localhosttest]#total-rw-r--r--.1rootroot0Mar2913:53[root@localhosttest]#rmrm:removeregularemptyfile‘abc.txt’?[root@localhosttest]#totalrm-r删 使用rm-r在删除 [root@localhostabx]#total rootroot6Mar2914:01[root@localhostabx]#rmrm:cannotremove‘test’:Isa[root@localhostabx]#rm-rrm:removedirectory‘test’?[root@localhostabx]#totalmff给rm加入强制()特性,也就是遇到删除时不需要询问即可直接删除[root@localhostabx]#touch[root@localhostabx]#total-rw-r--r--.1rootroot0Mar2914:03[root@localhostabx]#rm-f[root@localhostabx]#totalrm-rf递归删除及其文件[root@localhost~]#drwxr-xr-x.2root 6Mar2914:03-rw.1rootroot1243Mar2820:59anaconda-[root@localhost~]#mkdir-p[root@localhost~]#cd[root@localhostaaa]#touch[root@localhostaaa]#cd[root@localhost~]#rm-rf[root@localhost~]#-rw.1rootroot1243Mar2820:59anaconda-cp&粘贴文1[root@localhost~]#2-rw-r--r--.1root0Mar2822:213[root@localhost~]#o.txto-bak4[root@localhost~]#5-rw-r--r--.1root0Mar2914:20o-6-rw-r--r--.1root0Mar2822:21cp-r&粘贴文件或,需要指定r参数[root@localhost~]#mkdir[root@localhost~]#drwxrxr-x.2roo 6Mar2914:21[root@loalhost~]#cpabcxyz【错误用法,必须指定-r参数cp:omittingdirectory[rot@localhost~]#cp-rabc[ot@localhost~]#drwxr-xr-x.2root 6Mar2914:21drwxr-xr-x.2root 6Mar2914:21 [root@localhost~]#drwxr-xr-x.2root 6Mar2914:21drwxr-xr-x.2root 6Mar2914:21[root@localhost~]#lltotal[root@localhost~]#mvxyz[root@localhost~]#lldrwxr-xr-x.2rootroot6Mar2914:21 没有配置免登陆需要输入主码从本地(192.168.182.131)到主机scp/root/o.txt[root@localhost~]#scp/root/o.txtTheauthenticityofhost'192.168.182.130(192.168.182.130)'can'tbeECDSAkeyfingerprintisECDSAkeyfingerprintisAreyousureyouwanttocontinueconnectingyes/no)?yesWarning:Permanentlyadded'192.168.182.130'(ECDSA)tothelistofknown [root@localhost~]#cd[root@localhost~]#total-rw.1rootroot1243Mar2820:59anaonda-k-rw-r--r--.1root 0Mar2914:30[root@localhostscp-rq/root/abc[root@localhost~]#scp-rq/root/abc/登录到192.168182.130机器,确 [root@localhost~]#totaldrwxr-xr-x.3root 17Mar2914:33-rw.1rootroot1243Mar2820:59anaconda--rw-r--r--.1root 0Mar2914:30 ododu+xxxx.txt给当前所有者添加执行权限【x表示是执行权限】 [root@localhost~]#-rw-r--r--.1root 0Mar2822:21[root@localhost~]#odu+x[root@localhost~]#-rwxr--r--.1root 0Mar2822:21od777xxx.txt添加rwxrwxrwx权限 [root@localhot~]#od777[root@localhost~]#rwxrwxrwx.1root 0Mar2822:21od-R777xxx给指定 [root@localhost~]#drwxr-xr-x.3root 17Mar2914:24[root@localhost~]#cd[root@localhostabc]#totaldrwxr-xr-x.2rootroot6Mar2914:21[root@localhostabc]#cd[root@localhost~]#od-R777[root@localhost~]#drwxrwxrwx.3root 17Mar2914:24[root@localhost~]#cd[root@localhostabc]#totaldrwxrwxrwx.2rootroot6Mar2914:21[root@localhost~]#catanaconda-#Systemauthorizationauth--enableshadow--catb [root@localhost~]#cat-banaconda-2132#Systemauthorization43auth--enableshadow--54#UseCDROMinstallation6用一次显示一屏,没有显示完时最后一行显示进度。回车显示下一行,按b显示上一页,空格显示下一页,q退出。[root@localhost~]#moreanaconda-k#Systemauthorizationauth--enableshadow--#UseCDROMinstallation#Usegraphical#RuntheetupAgentonfirstfirstbo ignoredisk--only-#Keyboardkeyboard--vckeymap=us--#Systemlangen_US.UTF-#Networknetwork--bootproto=dhcp--device=ens33--ipv6=auto--network--#Rootrootpw--iscryptedtarzcvf打包及压缩(gzip方式 [root@localhost~]#drwxrwxrwx.3root 17Mar2914:24[root@localhost~]#tar-zcvfabc.tar.gz[root@localhost~]#drwxrwxrwx.3root 17Mar2914:24-rw-r--r--.1rootroot130Mar2915:24tar-zxvf解压(gzip包 [root@localhost~]#drwxrwxrwx.3root 17Mar291:24-rw-r--r--.1rootroot130Mar2915:2[root@localhost~]#mkdir[root@localhost~]#cd[root@localhosttest]#mv../abc.tar.gz[root@localhosttest]#total-rw-r--r--.1rootroot130Mar2915:24[root@localhosttest]#tar-zxvf[root@localhosttest]#drwxrwxrwx.3rootroot17Mar2914:24-rwr--r-.1rootroot130Mar2915:24echo“o\t\tworld!”不解析转义字符echo-e“o\t\tworld!”解析转义字符echo$PATH输出环

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论