who
who am i ssh scott@192.168.1.105 ps aux | grep pts/8 pwd // where are you? Page 205
mkdir -p dir1/dir2/dir3/dir4/dir5
rm -r dir1 //deleted all directory (include subDirectory) rmdir -p dir1/dir2/dir3/dir4/dir5 //just need type all subDirectory PATH is important -----vbird page 205
echo $PATH add varia PATH= "$PATH":/root
------------- create shortCut link the origin file
touch DeskTop/a.txt
cp -s DeskTop/a.txt .
cp -s DeskTop/a.txt b.txt which whereis
locate (updatedb) find find ~/ -name dir6.txt //need type which directory
find /home -name dir6.txt //redirect Page 394
// >> > << < 2>> 2> find /home -name dir6.txt >> ret.txt 2>> errRet.txt //just redirect -------------
mount /umount:
ln [option] ..target ..DIRECTORY help ------------
fdisk -help ---------
mkfs -t ext3 --------
mount ios image
mount -o loop /root/centos6.3_x86_64.iso /mnt/centos_dvd
umount /mnt/centos_dvd compress / uncompress bzip2 a.txt
bunzip2 a.txt.bz2 --------------------
touch a.txt
nano a.txt
vim a.txt gedit a.txt
emac a.txt -------------------- :sp /etc/a.txt --------------
set
unset read
array
declare alias lm='ls -al' //bie ming
unalias lm -----------------//hackerssa
history //list the history what you type //Page 396
/dev/null //do not display stderr infomation(display stdout only)
find /home -name dir6.txt > ret.txt 2> /dev/null ==========================
cat > catFile
bala bala.....
bala...
ctrl +D(terminated enter) =========================
cat > catFile << "eof"
bala bala....
bala ...
eof (teminated by auto, when you type "eof") standard input < << output > >>
standard error output 2> 2>> ======================
;, &&, || condition ===========
$? cmd1 && cmd2 if (cmd1 == ture), so excute cmd2;
if(cmd1 != True), so do not excute excute cmd2
cmd1 || cmd2 if (cmd1 == ture), so do not excute cmd2;
if(cmd1 != True), so excute cmd2 ==================
pipe cut //Page 401
echo $PATH //just take a look
echo $PATH | cut -d ':' -f 5 //display the fiveth info, separate by ':' grep //Page 402 display something which need condition ls -al /etc | less //display standard output to other
ls -al /etc | grep dir_1 //display directory which name is "dir_1" =====================
export //display all the infomation about login (it's important)
last last | grep 'scott' //display login infomation as scott (account)
last | grep 'scott' //display login infomation as root ==================
sort order
sort, wc, uniq ls | sort
ls | sort -n
ls | sort -r
ls | sort -f
ls | sort -t ':'

linux 命令2的更多相关文章

  1. Linux实战教学笔记04:Linux命令基础

    第四节:Linux命令基础 标签(空格分隔):Linux实战教学笔记 第1章 认识操作环境 root:当前登陆的用户名 @分隔符 chensiqi:主机名 -:当前路径位置 用户的提示符 1.1 Li ...

  2. 像黑客一样使用 Linux 命令行

    前言 之前在博客园看到一篇介绍 IntelliJ IDEA 配置的文章,它里面用的是 gif 动态图片进行展示,我觉得很不错.所以在我今天以及以后的博文中,我也会尽量使用 gif 动图进行展示.制作 ...

  3. 11 个很少人知道但很有用的 Linux 命令

    Linux命令行吸引了大多数Linux爱好者.一个正常的Linux用户一般掌握大约50-60个命令来处理每日的任务.Linux命令和它们的转换对于Linux用户.Shell脚本程序员和管理员来说是最有 ...

  4. Linux命令随笔

    Linux命令总结 man ==命令帮助; help ==命令的帮助(bash的内置命令); ls ==list,查看目录列表; -ld:查看目录权限; -l:(long)长格式显示属性; -F:给不 ...

  5. linux命令在线手册

    下面几个网址有一些 Linux命令的在线手册,而且还是中文的,还可以搜索.非常方便 Linux命令手册 Linux命令大全 Linux中文man在线手册 每日一linux命令

  6. 常用的一些linux命令

    最近接触到一些linux环境部署的事情,下面分享一些最近使用的比较频繁的一些linux命令~ 1.一次性移动多个文件到一个文件夹里 mv  被移动文件名 -t 目标文件夹 如:mv a.txt b.t ...

  7. 测试或运维工作过程中最常用的几个linux命令?

     大家在测试工作过程中,可能会遇到需要你去服务器修改一些配置文件,譬如说某个字段的值是1 则关联老版本,是0则关联新版本,这时候你可能就需要会下vi的命令操作:或者查看session设置的时长,可能需 ...

  8. 每天一个 Linux 命令(21):find命令之xargs

    在使用 find命令的-exec选项处理匹配到的文件时, find命令将所有匹配到的文件一起传递给exec执行.但有些系统对能够传递给exec的命令长度有限制,这样在find命令运行几分钟之后,就会出 ...

  9. 在windows下使用linux命令,GnuWin32的使用.

    http://sourceforge.net/projects/getgnuwin32 使用过linxu的伙计估计都会喜欢上linux各种各样强大的命令如:grep, sed,awk,diff和pat ...

  10. 我常用的那些linux命令

    我常用的那些linux命令 用linux也有些年头了,说来也忏愧,说是有些年头了,其实也还是个不长进的主.记得第一次接触linux是boss跟我说的怎么操作,什么编辑模式,按i,a,o进入编辑模式.在 ...

随机推荐

  1. 安装部署Solrcloud

    实验说明: 三台虚拟机做solrcloud集群                            安装solr前请确保jdk .tomcat.zookeeper已安装好,否则无法启动 三台虚拟机I ...

  2. erlang中的图片下载

    问题如题,这是在一个群里问的一个的问题.其实就是http的Server的上传下载的功能.  ibrowse:start().ibrowse:send_req("http://img1.gti ...

  3. ASP.NET动态网站制作(0)

    前言:一直想系统地学习一下网站建设的相关内容,看过相关的书籍,也跟着视频学过,但总觉得效率不高,学过的东西印象不深刻,或许还是自己动手实践的少.无意中免费听了一堂讲ASP.NET网站建设的课,觉得性价 ...

  4. Android 六大存储

    Android平台进行存储的方式: 一.使用SharedPreferences存储 二.文件存储数据 三.SQLite数据库存储 四.使用ContentProvider存储数据 五.网络存储数据 今天 ...

  5. 我的Android进阶之旅------>Android通过使用Matrix旋转图片来模拟碟片加载过程

    今天实现了一个模拟碟片加载过程的小demo,在此展示一下.由于在公司,不好截取动态图片,因此就在这截取两张静态图片看看效果先. 下面简单的将代码列出来. setp1.准备两张用于旋转的图片,如下:lo ...

  6. 腾讯云上运行java程序过程

    1: 购买服务器(腾讯云,阿里云等) 2:安装centos操作系统: 3:安装jdkhttp://www.cnblogs.com/Amos-Turing/p/7403696.html 4:安装数据库( ...

  7. (转)source insight 窗口嵌入

    昨天用了一下source insight ,都说很强大,也有感觉,但是这个强大的东西往往不是那么容易弄清楚的,或者一下子就好上手的,工具强大,功能复杂多样,一开始不知道怎么入手,以后慢慢来吧,学习是要 ...

  8. PAT 甲级 1028. List Sorting (25) 【结构体排序】

    题目链接 https://www.patest.cn/contests/pat-a-practise/1028 思路 就按照 它的三种方式 设计 comp 函数 然后快排就好了 但是 如果用 c++ ...

  9. 《C prime plus (第五版)》 ---第11章 字符串和字符串函数---3

    字符串函数总结: 下面是头文件 string.h 中定义的函数: 序号 函数 & 描述 1 void *memchr(const void *str, int c, size_t n)在参数  ...

  10. win 10 安装.msi 程序出现the error code is 2503

    解决方法: C:\Windows\temp文件夹的权限不够,需要给其更高权限 右键temp文件夹 点击属性进入属性对话框 组或用户名的里面的All APPLICATION PACKAGES和所有受限制 ...