`
samhe
  • 浏览: 16102 次
  • 来自: ...
最近访客 更多访客>>
社区版块
存档分类
最新评论

linux command

阅读更多

设置日期        date -d mm/dd/yyyy
设置时间        date -s hh:mm:ss
查询详细资料        man date
列出目录内容        ls -la
实现翻页        ls /user/bin | more
切换到用户目录    # cd ~
根目录            cd ../..
新建目录        mkdir testbed
硬链接            ln source link
符号链接        ln source link
删除空目录        rmdir
删除目录全内容    rm -r    : rm -r /testbed
拷贝文件        cp original* destination
移动目录文件        mv orginal destination
mv命令不能在不同的硬盘分区之间传递文件和目录.需拷贝文件,再进行删除
删除文件        rm file
编辑文档        vi file name
            pico filename
查看文档        more filename
            less filename
显示文件内容提要    cat filename
建立别名        vi~/.bash_profile  alias ls='ls -la'
find命令确定文件存入位置 file /-name file
搜索locate数据库来查找文件 locate file
查找在path中的文件        whereis file   echo $PATH
在path语句中添加新路径        vi~/.bash_profile (:)
                    source~/.bash_profile
查找文本        grep -i red ~/test
help            man command
确定当前运行的命令        jobs
                ps
把命令程序调到后台去    bg job ; ctrl+Z
把后台命令调回前台        fg job
取消正在执行的命令        ctrl+c
                ps -aux
                kill ID
                kill 9 ID
清除屏幕            clear
退出登录            logout
重启                reboot ; shutdown -r now ; ctrl+alt+del
关机                halt ; shutdown -h now

分享到:
评论

相关推荐

    The Linux Command Line 中文版

    《The Linux Command Line 中文版》这本书是一部关于Linux命令行操作的经典教程,由William E. Shotts Jr.撰写。它既适合初学者入门学习,也能够帮助有经验的Linux用户进一步提升技能。本书内容全面,涵盖了Linux...

    The Linux command line.pdf

    《The Linux Command Line》是一本深入介绍Linux命令行操作的指南,作者为William E. Shotts, Jr.。这本书是***项目的组成部分,旨在帮助用户从传统操作系统过渡到未来的Linux系统中。书中详细介绍了命令行在Linux...

    linux command line.pdf

    根据给定的文件信息,我们可以看出,文件中提到的《Linux Command Line》这本书是由William E. Shotts, Jr.所著,属于***项目的一部分,旨在教育用户如何使用Linux命令行,促进传统操作系统用户向未来迁移。本书有多...

    Linux Command Line

    This book is part of the LinuxCommand.org project, a site for Linux education and advocacy devoted to helping users of legacy operating systems migrate into the future. You may contact the Linux...

    linux command (全)

    linux command (全) 介绍各种linux指令代码,相当的全。

    The Linux Command Line英文版_terminal_linux_

    《The Linux Command Line》是一本深入探讨Linux命令行界面的权威指南,对于想要掌握Linux操作系统核心功能的用户来说,这是一本不可或缺的参考书。在Linux的世界里,终端(Terminal)或控制台(Console)是与系统...

    Apress - Beginning The Linux Command Line, 2009.zip

    《Apress - Beginning The Linux Command Line, 2009》是一本专为初学者设计的Linux命令行指南。这本书全面介绍了Linux操作系统的基础知识,特别是关于命令行界面的使用,帮助用户掌握在没有图形化界面的情况下操作...

    The Linux Command Line中英文合集.zip

    The Linux Command Line电子书中英文版本合集。学习 Linux 命令行会让你受益匪浅,给你极大的回报。如果你认为, 现在你已经是高手了。别急,其实你还不知道什么才是真正的高手。不像其他一些计算机技能, 一段时间...

    The Linux Command Line 中文版 高清

    The Linux Command Line 中文版 高清

    OS + linux command / Linux Command / Linux command / linux Command

    标题中的“OS + Linux Command”指的是操作系统,特别是Linux操作系统下的命令行工具。在Linux系统中,命令行界面是用户与操作系统交互的主要方式之一,通过输入各种命令,用户可以执行各种任务,如文件管理、进程...

    The Linux Command Line

    Designed for the new command line user, this 555-page volume covers the same material as LinuxCommand.org but in much greater detail. In addition to the basics of command line use and shell scripting,...

    The Linux Command Line A Complete Introduction

    《The Linux Command Line: A Complete Introduction》这本书不仅提供了丰富的实践知识,还强调了对命令行工具背后哲学的理解,让读者能够深入领会Linux桌面机如何继承自过去的Unix超级计算机的遗产。通过学习这本...

Global site tag (gtag.js) - Google Analytics