码迷,mamicode.com
首页 >  
搜索关键字:man mkdir tree的理解    ( 19715个结果
关于失败
A man can fail many times, but he isn't a failure until he begins to blame somebody else.—— J. Burroughs一个人可以失败许多次,但是只要他没有开始责怪别人,他还不是一个失败者。——巴勒斯
分类:其他好文   时间:2014-07-16 23:20:38    阅读次数:203
lua中清空目录和递归创建目录
lua中的 lfs.mkdir lfs.rmdir只能针对单个目录,且lfs.rmdir不能清空文件夹于是我想到了使用os.execute递归创建目录如下os.execute("mkdir ooxx\\ooxx\\ooxx\\ooxx) --windowsos.execute("mkdir -p o...
分类:其他好文   时间:2014-07-10 12:45:30    阅读次数:197
OpenERP对象字段定义的详解
OpenERP对象支持的字段类型有,基础类型:char, text, boolean, integer, float, date, time, datetime, binary;复杂类型:selection, function, related;关系类型:one2one, one2many, man...
分类:其他好文   时间:2014-07-10 11:13:07    阅读次数:339
extract specified contents from two files.
src_dir=$(pwd)/All_hdst_dir=$(pwd)/Alldiff_dir=$(pwd)/diffif [ ! -d $diff_dir ]then mkdir $diff_dirfifor src_full_entry in $src_dir/*do src_cat_entry=...
分类:其他好文   时间:2014-07-10 10:07:49    阅读次数:241
Problem Valid Palindrome
Problem Description:Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example,"A man, a...
分类:其他好文   时间:2014-07-07 16:03:32    阅读次数:168
20140629
vsftp user_list第一黑名单 ftpuser第二黑名单 setsebool ftp_home_dir on setenforce 1 scp /etc/yum.repo.d/*.repo 192.168.0.105touch /home/file_{1,2,3} mkdir /home/...
分类:其他好文   时间:2014-07-07 13:10:14    阅读次数:216
Rsync文件同步
源自《Linux 运维之道》丁一明编著 一书的总结Rsync(remote sync)是UNIX平台下一款神奇的数据镜像备份软件。根据数据的变化进行差异备份,从而减少流量,提高工作效率。Rsync使用TCP873端口。在服务器端:[root@localhost /]# mkdir /rsyncFil...
分类:其他好文   时间:2014-07-03 11:42:00    阅读次数:252
文件操作
Look Info : ls -a 全部文件 -h 将大小转换为为GB,KB -l 列出属性和权限 -R 子目录内容也列出来 --full-time 显示完整时间 ... 我常用的就是这几个了,其他它请自行 man 吧Copy: cp cp 源文件1,源文件1... 目标文件 -i...
分类:其他好文   时间:2014-07-01 19:33:22    阅读次数:206
svn 安装和同步网站目录
yum -y install subversion 建立版本库目录 mkdir /opt/svn/repo 修改配置文件(3个文件authz passwd svnserve.conf) cd /opt/svn/repo/conf vi svnserve.conf ...
分类:Web程序   时间:2014-07-01 00:55:07    阅读次数:278
Git 使用笔记
git 服务器端配置:1.安装git:sudo apt-get install git-core2.安装ssh服务:sudo apt-get install openssh-server3.创建服务端仓库文件夹(用户root可以访问):mkdir /project.git4.新建空白仓库:git -...
分类:其他好文   时间:2014-06-30 21:39:58    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!