您的位置:首页 > 运维架构 > Linux

linux教程

2015-11-10 19:25 423 查看

基本教程

w3c教程http://www.runoob.com/linux/linux-tutorial.html

linux入门教程http://www.92csz.com/study/linux/

视频教程

51CTO教程http://edu.51cto.com/course/course_id-669.html

韩顺平linux教程http://www.icoolxue.com/album/show/23

命令调整ubuntu时间

sudo date -s "2016-02-23 23:59"
查看时间
date


文件换行符问题

如test.sh提示换行符问题
vim test.sh
命令模式下输入以下内容,表示使用unix换行符,set ff=dos表示使用dos换行符
set ff=unix
wq


在Linux中查看所有正在运行的进程

[在Linux中查看所有正在运行的进程](http://blog.csdn.net/cnmilan/article/details/34104713)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: