码迷,mamicode.com
首页 >  
搜索关键字:corp directory    ( 6231个结果
对 Linux 新手非常有用的 20 个命令
转载:http://www.oschina.net/translate/useful-linux-commands-for-newbies1. ls命令ls命令是列出目录内容(List Directory Contents)的意思。运行它就是列出文件夹里的内容,可能是文件也可能是文件夹。?12345...
分类:系统相关   时间:2014-08-22 12:08:46    阅读次数:304
Linux的文件类型和Linux文件的时间戳
一、Linux的文件类型:普通文件:-,f(file) 目录文件:d(directory),实现文件路径映射的文件。链接文件:l(link),默认值软链接,硬链接就是软连接执行的文件,即普通文件。 设备文件: 字符设备:c(charater) 块设备:b(block) 命名管道:p(pip) 套接字文件:s(socke..
分类:系统相关   时间:2014-08-21 15:10:04    阅读次数:289
Linux下的softlink和hardlink
Linux中包括两种链接:硬链接(hard link)和软链接(soft link),软链接又称为符号链接(symbolic link) 创建命令: **ln -s softlink destfile/directory #建立软连接 ln hardlink destfile #建立硬连接** inode ...
分类:系统相关   时间:2014-08-21 11:45:54    阅读次数:270
Linux常用命令(必看)
1. ls命令 ls命令是列出目录内容(List Directory Contents)的意思。运行它就是列出文件夹里的内容,可能是文件也可能是文件夹。 root@tecmint:~# ls Android-Games                     Music Pictures                          Public Desktop           ...
分类:系统相关   时间:2014-08-21 11:29:24    阅读次数:327
用root帐号切换其他帐号提示 su: warning: cannot change directory to /home/oracle: Permission denied
用root帐号切换其他帐号提示:出错原因:基本上是根目录或者是/home/oracle目录权限的问题解决办法:更改根目录权限为755,并保证对应用户主目录的所属用户和所属组一致和用户名一致。示例:--本篇文章转自http://blog.csdn.net/jack161641/article/deta...
分类:数据库   时间:2014-08-21 11:04:13    阅读次数:239
[小技巧] 快速给目录打包
$ tar zcvf directory{.tar.gz,} # 只要目录名和tar包的一致,就可以用大括号快速指定参数。 示例: $ tar zcvf net{.tar.gz,} $ ls -ld net*drwxrwxr-x. 2 aaa aaa 4096 8月 8 03:48 net-rw-r...
分类:其他好文   时间:2014-08-20 22:32:42    阅读次数:182
Failed to issue method call: Unit mysqld.service failed to load: No such file or directory.
可能的原因:1、http://blog.sina.com.cn/s/blog_4692ea0a0101jqhz.html2、http://diag.5ustore.com/proxy/index.php?url=1J1h12y31F1b1918yLyByU1FyNyjyD101z1612yo1C1c...
分类:数据库   时间:2014-08-20 22:19:43    阅读次数:1085
oracle笔记
好久没写博客了,最近这段项目再在迁移所以有点忙.下面是这段时间学习并用到的命令.1.导出数据库.首先赋予用户对目录的权限,然后再导出 log为日志. Ⅰ: SQL >> create or replace directory exportDIR as '/opt/oracle/oradata';.....
分类:数据库   时间:2014-08-20 19:20:22    阅读次数:301
Difference between Tomcat's extraResourcePaths and aliases to access an external directory--转
Question:Simple question: In Tomcat7, what's the difference between using extraResourcePaths and aliases to access an directory outside the applicatio...
分类:数据库   时间:2014-08-20 13:49:12    阅读次数:275
ubuntu apache 403错误
vi/etc/apache2/sites-enabled/000-default#Alias/doc/"/usr/share/doc/"#<Directory"/usr/share/doc/">#OptionsIndexesMultiViewsFollowSymLinks#AllowOverrideNone#Orderdeny,allow#Denyfromall#Allowfrom127.0.0.0/255.0.0.0::1/128#</Directory>重启apache网站..
分类:其他好文   时间:2014-08-19 16:55:05    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!