码迷,mamicode.com
首页 > 其他好文 > 详细

10.10

时间:2016-12-26 18:29:41      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:strong   添加权限   images   显示   log   config   .com   str   www   

ifconfig |head    显示网卡头十行

技术分享

 

ifconfig |head  -n  3    显示XX头3行

技术分享

 

ifconfig |tail   显示尾十行

技术分享

 

 

ifconfig |tail  -n  X    显示尾X行

 

#!/bin/bash    用bash运行

 

 

chmod u+x 文件名     添加权限

 

 

ls -la 文件名   查看权限

 

 

/var/www/html                               httpd位置

 

 

<?php

 ?>                                                  PHP格式

 

echo "XXXXXXXXXXX"."<br>";                  注释

.date(‘Y-m-d h:i:s‘,time());         时间代码

 

 

phpinfo();            测试PHP的代码

10.10

标签:strong   添加权限   images   显示   log   config   .com   str   www   

原文地址:http://www.cnblogs.com/hkkkk/p/6223236.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!