




已阅读5页,还剩4页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
GNU LinuxGNU Linux 常用命令介绍常用命令介绍 文文件件和和目目录录处处理理 创建目录 mkdir dir 创建嵌套目录 mkdir p dir1 dir2 切换目录 cd newdir cd 上一级目录 cd 上一次目录 cd 用户根目录 cd bill home directory of user bill 显示当前目录 pwd 文件拷贝 cp source file dest file 拷贝多个文件到目录 下 cp file1 file2 dir 目录拷贝 目录递归 cp r source dir dest dir rsync a source dir dest dir 建立一个链接 ln s linked file link 文件 链接 目录更名 mv source file dest file 删除文件或链接 rm file1 file2 删除空目录 rmdir dir 删除不为空的目录 rm rf dir 文文件件列列表表 列出当前目录所以常规文件 不以 开始的文件 ls 带更多信息的列出 ls l 列出当前目录的所有文件 包含以 开头的文件 ls a 按时间排序 ls t 按大小排序 ls S 反方向排序 ls r 参数可以组合 ls ltr DISPLAYING FILE CONTENTS Concatenate and display file contents cat file1 file2 Display the contents of several files stopping at each page more file1 file2 less file1 file2 better extra features Display the first 10 lines of a file head 10 file Display the last 10 lines of a file tail 10 file File name pattern matching Concatenate all regular files cat Concatenate all hidden files cat Concatenate all files ending with log cat log List regular files with bug in their name ls bug List all regular files ending with and a single character ls HANDLING FILE CONTENTS Show only the lines in a file containing a given substring grep substring file Case insensitive search grep i substring file Showing all the lines but the ones containing a substring grep v substring file Search through all the files in a directory grep r substring dir Sort lines in a given file sort file Sort lines only display duplicate ones once sort u file unique CHANGING FILE ACCESS RIGHTS Add write permissions to the current user chmod u w file Add read permissions to users in the file group chmod g r file Add execute permissions to other users chmod o x file Add read write permissions to all users chmod a rw file Make executable files executable by all chmod a rX Make the whole directory and its contents accessible by all users chmod R a rX dir recursive COMPARING FILES AND DIRECTORIES Comparing 2 files diff file1 file2 Comparing 2 files graphical gvimdiff file1 file2 tkdiff file1 file2 kompare file1 file2 Comparing 2 directories diff r dir1 dir2 LOOKING FOR FILES Find all files in the current directory and its subdirectories with log in their name find name log Find all the pdf files in dir and subdirectories and run a command on each find name pdf exec xpdf Quick system wide file search by pattern caution index based misses new files locate pub REDIRECTING COMMAND OUTPUT Redirect command output to a file ls png image files Append command output to an existing file ls jpg image files Redirect command output to the input of another command cat log grep error JOB CONTROL Show all running processes ps ef Live hit parade of processes press P M T sort by Processor Memory or Time usage top Send a termination signal to a process kill number found in ps output Have the kernel kill a process kill 9 Kill all processes at least all user ones kill 9 1 Kill a graphical application xkill click on the program window to kill FILE AND PARTITION SIZES Show the total size on disk of files or directories d disk u usage du sh dir1 dir2 file1 file2 Number of bytes words and lines in file wc file w word c count Show the size total space and free space of the current partition df h Display these info for all partitions df h COMPRESSING Compress a file gzip file gz format bzip2 file bz2 format better lzma file lzma format best compression Uncompress a file gunzip file gz bunzip2 file bz2 unlzma file lzma ARCHIVING C Create a compressed archive t ta ape a ar rchive tar zcvf archive tar gz dir tar jcvf archive tar bz2 dir tar lzma cvf archive tar lzma T Test list a compressed archive tar ztvf archive tar gz tar jtvf archive tar bz2 tar lzma tvf archive tar lzma Ex xtract the contents of a compressed archive tar zxvf archive tar gz tar jxvf archive tar bz2 tar lzma xvf archive tar lzma tar options c create t test x extract j on the fly bzip2 un compression z on the fly gzip un compression Handling zip archives zip r archive zip create unzip t archive zip test list unzip archive zip extract PRINTING Send PostScript or text files to queue lpr Pqueue f1 ps f2 txt l local prprinter List all the print jobs in queue lpq Pqueue Cancel a print job number in queue cancel 123 queue Print a PDF file pdf2ps doc pdf lpr doc ps View a PostScript file ps2pdf doc ps xpdf doc pdf USER MANAGEMENT List users logged on the system who Show which user I am logged as whoami Show which groups user belongs to groups user Tell more information about user finger user Switch to user hulk su hulk Switch to super user root su switch user su keep same directory and environment TIME MANAGEMENT Wait for 60 seconds sleep 60 Show the current date date Count the time taken by a command time find charming prince cute rich COMMAND HELP Basic help works for most commands grep help Access the full manual page of a command man grep MISC COMMANDS Basic command line calculator bc l BASIC SYSTEM ADMINISTRATION Change the owner and group of a directory and all its contents sudo chown R newuser newgroup dir Reboot the machine in 5 minutes sudo shutdown r 5 Shutdown the machine now sudo shutdown h now Display all available network interfaces ifconfig a Assign an IP address to a network interface sudo ifconfig eth0 207 46 130 108 Bring down a network interface sudo ifconfig eth0 down Define a default gateway for packets to machines outside the local network sudo route add default gw 192 168 0 1 Delete the default route sudo route del default Test networking with another machine ping 207 46 130 108 Create or remove partitions on the first IDE hard disk fdisk dev hda1 Create format an ext3 filesystem mkfs ext3 dev hda1 Create fo
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 水表基础知识培训总结课件
- 混凝土施工中水泥质量控制方案
- 水管管件基础知识培训课件
- 输电线路传输能力评估方案
- 建筑施工现场的健康安全检查与监督方案
- 鸡舍清洁与消毒技术
- 水的基本知识培训内容课件
- 二零二五顶账城市核心区住宅买卖合同协议
- 二零二五年软件系统集成与维护合同详细实施条款
- 2025版电力系统电料研发、生产与销售合同
- 疲劳恢复物理手段-洞察及研究
- 2025至2030年中国PA10T行业市场竞争态势及未来前景分析报告
- CJ/T 328-2010球墨铸铁复合树脂水箅
- 人教版(2024)七年级下册英语期末复习:主题阅读理解 刷题练习题20篇(含答案解析)
- 运营管理核心知识点
- 2025至2030年中国程控线路板市场分析及竞争策略研究报告
- 设计院管理规章制度手册及实施指南
- 电力工程施工安全风险管理措施
- 新课标解读丨《义务教育道德与法治课程标准(2022年版)》解读课件
- 三防培训课件
- 舆论学复习测试卷附答案
评论
0/150
提交评论