上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 74 下一页

2016年6月27日

Configuring Network Configuration-RHEL7

摘要: 1、查看网络状态systemctl status NetworkManager You can use the systemctl status NetworkManager command to verify its current status. When NetworkManager come 阅读全文

posted @ 2016-06-27 16:57 遠離塵世の方舟 阅读(1298) 评论(0) 推荐(0) 编辑

2016年6月24日

linux 网络状态工具ss命令

摘要: ss命令用于显示socket状态. 他可以显示PACKET sockets, TCP sockets, UDP sockets, DCCP sockets, RAW sockets, Unix domain sockets等等统计. 它比其他工具展示等多tcp和state信息. 它是一个非常实用、快速、有效的跟踪IP连接和sockets的新工具.SS命令可以提供如下信息: 所有的TCP sock... 阅读全文

posted @ 2016-06-24 17:35 遠離塵世の方舟 阅读(442) 评论(0) 推荐(0) 编辑

RHEL7查看网卡配置命令ip addr show

摘要: Validating Network Address Configuration To verify the configuration of the network address, you need to use the ip utility. The ip utility is a moder 阅读全文

posted @ 2016-06-24 16:17 遠離塵世の方舟 阅读(12390) 评论(0) 推荐(0) 编辑

chmod -R o+rX /data

摘要: When using chmod -R o+rx /data , you set the execute permission on all directories as well as files in the /data directory. To set the execute permission to directories only, and not to files, use ... 阅读全文

posted @ 2016-06-24 10:09 遠離塵世の方舟 阅读(977) 评论(0) 推荐(0) 编辑

2016年6月23日

linux命令chown修改文件所有权

摘要: Changing User Ownership To apply appropriate permissions, the first thing to consider is ownership. To do this, there is the chown command. The syntax 阅读全文

posted @ 2016-06-23 17:23 遠離塵世の方舟 阅读(782) 评论(0) 推荐(0) 编辑

linux groupmems命令

摘要: Because users group membership is defined in two different locations, it can be difficult to find out which groups exactly a user is a member of. A co 阅读全文

posted @ 2016-06-23 15:03 遠離塵世の方舟 阅读(1723) 评论(0) 推荐(0) 编辑

2016年6月21日

linux系统中中断已连接的用户

摘要: 1、用w命令查看当前系统登录的用户 USER —登录的用户名TTY —登录后系统分配的终端号FROM—远程主机名,即从哪儿登录来的LOGIN@—何时登录IDLE—空闲了多长时间,表示用户闲置的时间。这是一个计时器,一旦用户执行任何操作,该计时器便会被重置JCPU—和该终端(tty)连接的所有进程占用 阅读全文

posted @ 2016-06-21 19:19 遠離塵世の方舟 阅读(2677) 评论(0) 推荐(0) 编辑

linux系统用户锁定与解锁

摘要: 1、使用passwd命令锁定与解锁账号 2、使用usermod命令锁定与解锁账号 阅读全文

posted @ 2016-06-21 14:46 遠離塵世の方舟 阅读(50095) 评论(0) 推荐(2) 编辑

passwd命令限制用户密码到期时间

摘要: 1.passwd命令 2.chage -l命令 Showing Password Expiry Information with chage -l 如果时间小于(Minimum number of days between password change : 3),则不允许修改密码。 阅读全文

posted @ 2016-06-21 14:44 遠離塵世の方舟 阅读(2508) 评论(0) 推荐(0) 编辑

2016年6月17日

与useradd命令相关的两个默认配置文件

摘要: Configuration Files for User Management Defaults When working with tools as useradd, some default values are assumed. These default values are set in 阅读全文

posted @ 2016-06-17 14:51 遠離塵世の方舟 阅读(460) 评论(0) 推荐(0) 编辑

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 74 下一页

导航