前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >LinuxShell_commands

LinuxShell_commands

作者头像
week
发布2018-08-27 11:15:46
2630
发布2018-08-27 11:15:46
举报
文章被收录于专栏:用户画像用户画像

(标*号的可选掌握,其他为必须掌握) 一、File management: ls                      - list file touch                   - create a null file/modify file timestamp cp/mv/rm/ln             - copy/rename/move/delete file, create link chmod/*chown/*chgrp     - change file permission/owner/group find                    - search file by name, size, permission, etc. file                    - display file type, text, binary, etc. cp/scp/*rcp             - copy/remote copy/secure copy mkdir/rmdir             - create/delete directory df/du                   - check disk space/directory space which                   - locate a command zip/unzip/*gzip/*gunzip/ - compress/decompress *tar                    - archive processing 二、File content processing: vi                      - word edit wc                      - word count tee                     - replicate the standard output more/less/pg            - page the file to display on the screen grep/*egrep/*cgrep      - filter specific lines from input diff/*sdiff/*vimdiff    - diff files head/tail               - print specific lines of input cat/split               - concatenate files/split a file *cut/paste              - cut specific fields/concatenate line by line *sort/uniq              - sort line by line/remove continuous unique lines *sed/awk                - stream editor/text processing 三、Process/Job management: top                     - list the processes that occupy most CPU jobs                    - list background jobs fg/bg                   - put a job to foreground/background ps                      - list the processes kill/pkill              - send signal to a process/processes *crontab                - schedule a task on time of day/day of week 四、Other commands: echo                    -   export                  - set the environmental variables telnet/ssh/*rlogin      - remote shell by telnet/rlogin/ssh ftp/sftp                - ftp/ftp over ssh sleep                   - wait for some time passwd                  - change password tcpdump                 - dump the message over eth *mailx                  - send mail *expect                 - a utility to automate interactive commands 五、flow control: for while if then else endif

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2014年01月18日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档