标签:blog http 使用 strong 文件 width
1.ubuntu系统显示IP地址:ifconfig
2.ubuntu系统文件命令:
cat:显示文本文件内容,全部文本。格式:cat filename
more:显示文件内容,分页显示,回车逐行下翻。格式:more filename
less:显示文件内容,分页显示,可往上翻。格式:less filename
ls:查看目录和文件。格式:ls [-a/-r] dir。
-a(显示所有文件)-r(显示属性)
cp:复制文件。
mv:移动文件。
rm:删除文件或目录。
find:查找文件。
grap:在文件中查找字符串。
pwd:显示当前目录。
mkdir:创建目录。
rmdir:删除空目录。
cd:切换目录。
3.管理组:
gpasswd[-a user][-d user][-A user,...][-M user,...][-r][-R]groupname
参数意义:
-a:添加用户到组
-d:从组删除用户
-A:指定管理员
-M:指定组成员和-A的用途差不多
-r:删除密码
-R:限制用户登入组,只有组中的成员才可以用newgrp加入该组
4.切换用户:su user
ubuntu在终端使用的常用命令,布布扣,bubuko.com
标签:blog http 使用 strong 文件 width
原文地址:http://www.cnblogs.com/oldfish/p/3831643.html