摘要:
启动文件 /etc/profile ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc 阅读全文
摘要:
printenv set echo alias 设置常用命令的快捷键 0-查询已有 alias -p 1-回家 cd ~ 2-bash文件,找到定义的脚本 [root@hadoop1 ~]# ll -as总用量 3519796 4 dr-xr-x . 20 root root 4096 12月 6 阅读全文
摘要:
[root@hadoop1 ~]# kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR111) SIGSEGV 12) SIG 阅读全文
摘要:
新邮件 阅读全文
摘要:
# Python implementation of the MySQL client-server protocol # http://dev.mysql.com/doc/internals/en/client-server-protocol.html # Error codes: # http://dev.mysql.com/doc/refman/5.5/en/error-messages... 阅读全文
摘要:
显示交换空间(虚拟内存)的使用情况 阅读全文
摘要:
负载均值 等待运行的进程数 阅读全文
摘要:
Difference between exit() and sys.exit() in Python - Stack Overflow https://stackoverflow.com/questions/6501121/difference-between-exit-and-sys-exit-i 阅读全文
摘要:
setuid setgid sticky 阅读全文
摘要:
r w x 2^3=9 文件类型 - d l c b 所有者、组、其他用户 1+3^3=10 u g o a=all c 字符设备文件 ,该文件类型表示以字节流形式处理数据的设备,入终端或调制解调器 b 块设备文件,该文件类型表示以数据块方式处理数据的设备,入硬盘驱动或者光盘驱动 0=000 1=0 阅读全文
摘要:
符号链接的文件属性相同,真正的权限属性由符号链接所指向的实际文件决定。 阅读全文
摘要:
在哪里 阅读全文
摘要:
[root@hadoop2 etc]# cat issueCentOS release 6.8 (Final)Kernel \r on an \m [root@hadoop2 etc]# cat hosts.allow ## hosts.allow This file contains access 阅读全文