`
aaron_ch
  • 浏览: 177359 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

Unix command

    博客分类:
  • Java
阅读更多

ps  --display all process status

kill -9 processid


tar cvf usr.tar /home   --- Put the /home directory and subdir to user.tar
tar tvf aaron.tar | more  --- show the files in tar


gzip aaron.tar   --- zip file
gzip -dv aaron.tar.gz  --- the unzip details of compress
gzip -l


ln -s source_file target_file   ---set up a link from source_file for target_file


ls -a     ---Display hide file and other files
ls -F


mkdir -m 777 aaron  --- -m for the right assign.
rmdir   ---delete the directory


grep "xxx" filename   ---grep some chars from filename

find . -name ec051024.hkd   --find file
find . -type f -print | sort | uniq    ---Find the current directory files by recrusive:

mv test.txt aaron.conf  --- Rename for the test.txt file

 

diff file1 file2       --- diff
cmp  file1 file2       --- compare the difference


man ls | col -b >ls.txt  --- make ls manual to ls.txt

vi   --- Shift+q quit the edit mode   i:input mode  esc  then i edit mode

分享到:
评论

相关推荐

    Unix command-Line KongFu

    ### Unix Command-Line Kung Fu:实战技巧概览 #### 核心知识点介绍: 根据所提供的文件信息,本篇文章将深入解析《Unix Command-Line Kung Fu》中的核心知识点,这些技巧不仅适用于Unix系统,同样适用于类Unix...

    Unix command in Windows

    These windows exe files provides the same functions as usual Unix command, we can use powerful Unix command (very useful for text hanlding) in Windows now.

    unix command line notes (2010)

    本篇文章基于一份名为“Unix Command Line Notes (2010)”的教学资料,由Bob Dowling与Julian King编写,旨在为读者提供全面且深入的Unix命令行基础知识讲解。通过学习本文档,读者能够掌握在Unix环境下进行高效操作...

    UNIX command

    常用unix 命令集合 内存管理 服务器环境 进程管理 服务器监控 文件管理 CPU管理 磁盘管理

    命令整理-UNIX_Unixcommand_TheCommon_

    "命令整理-UNIX_Unixcommand_TheCommon_"这个标题显然指向了一篇关于UNIX通用命令的整理文档,而描述中的"It is the general common of UNIX"进一步确认了这是对UNIX常用命令的概述。下面我们将深入探讨这些常见的...

    unix command.doc

    在UNIX操作系统中,命令行界面是进行系统管理和任务执行的主要方式。本文档详细介绍了几个常用的基本UNIX命令,这些命令对于熟悉和操作UNIX环境至关重要。 1. `ls`命令用于列出目录中的文件和子目录。通过不同的...

    Unix Command

    - **man command**:显示关于命令的帮助文档。 - 导航操作: - SPACEBAR:向下移动一屏。 - RETURN:向下移动一行。 - ^d:向下移动半屏。 - ^b:向上移动半屏。 - q:退出帮助文档。 ### 打印相关命令 - **...

    常用Unix command for Oracle DBAs

    ### 常用Unix命令对于Oracle DBA的重要性 在IT领域中,数据库管理员(DBA)经常需要处理复杂的系统管理任务,特别是在使用Unix或类似操作系统(如Solaris)的环境中。Unix作为一款强大的多用户、多任务操作系统,在...

    unix-command全部

    根据提供的文件标题、描述、标签以及部分内容,我们可以总结并扩展出一系列重要的Unix命令知识点,旨在为初学者提供全面且深入的指导。以下是对这些知识点的详细介绍: ### 1. 用户登录与管理 #### 1.1 登录 - **...

    unix_command

    ### Unix Command知识点详解 #### 一、概述 Unix命令是Unix操作系统的核心组成部分之一,它提供了一系列用于文件管理、系统管理和其他各种任务的工具。本文档将详细介绍Unix命令的基础知识及其常用命令的操作方法...

    unix命令.pdf

    ### Unix命令精要解析 #### 一、ls - 目录与文件的探索者 `ls`命令,Unix系统中最常用的文件与目录查看工具之一,它能帮助我们快速浏览当前目录下的所有文件与子目录。通过不同的选项组合,`ls`能够提供详尽的文件...

    Basic Unix commands

    ### 基本Unix命令详解 #### 一、基本概念介绍 在Unix系统中,命令行是最基础也是最强大的操作工具之一。通过一系列简洁而功能强大的命令,用户能够高效地管理文件、目录以及进行系统配置等工作。下面我们将详细介绍...

    The Mac OS X Command Line Unix Under the Hood

    《Mac OS X命令行:Unix在引擎盖下》是一本深度探索Mac OS X操作系统中Unix核心功能的书籍,由Kirk McElhearn撰写。本书不仅适合Mac OS X的初学者,也对经验丰富的Unix用户提供了有价值的见解。下面将详细阐述书中...

    Go-Anon—用于匿名化数据的UNIX命令

    描述 "A UNIX Command To Anonymise Data" 确认了Go-Anon是一个用于执行数据匿名化的命令行工具。它可能提供了一系列选项和参数,允许用户自定义匿名化过程,例如替换特定字段、删除特定列、使用哈希函数或其他加密...

    Unix-like system command mindmap

    A Unix-like system command refers to commands that used in Unix and Unix-like operating systems,such as Linux.These commands are used to perform various tasks like file manipulation,process control,...

Global site tag (gtag.js) - Google Analytics