1.创建testuseruid1234,主组:bin,辅助组:root,ftp,shell:/bin/cshhome:/testdir/testuse-c,--commentCOMMENT添加用户全名或注释-u,--uidUID指定uid-g,--gidGROUP指定主组-G,--groupsGROUP1[,GROUP2,...[,GROUPN]]]指定附加组-d,--home-dirHOME_DIR指定家目录-s,--shellSHELL..
分类:
系统相关 时间:
2016-08-03 15:49:01
阅读次数:
344
1.创建testuseruid1234,主组:bin,辅助组:root,ftp,shell:/bin/cshhome:/testdir/testuse-c,--commentCOMMENT添加用户全名或注释-u,--uidUID指定uid-g,--gidGROUP指定主组-G,--groupsGROUP1[,GROUP2,...[,GROUPN]]]指定附加组-d,--home-dirHOME_DIR指定家目录-s,--shellSHELL..
分类:
系统相关 时间:
2016-08-03 15:49:01
阅读次数:
318
1、用户权限管理1)、资源分派一般使用3A原则:认证、授权、审计;2)、Linux用户:Username/UID,用户名只是用户识别的表项,区别用户的根本是用户UID;管理员:root也即超级管理员的UID是0;普通用户:1-65535系统用户(为了让那些需要自动运行的后台进程或者服务类进程以非..
分类:
其他好文 时间:
2016-07-31 22:41:00
阅读次数:
225
1,查询待建立的索引。sys.dm_db_missing_index_groups,sql如下: SELECT * FROM ( SELECT TOP 50 ROUND(s.avg_total_user_cost * (s.avg_user_impact/100) * (s.user_seeks + ...
分类:
其他好文 时间:
2016-07-23 15:11:56
阅读次数:
210
1.创建实例时出错错误错误信息:ORA-27125:unabletocreatesharedmemorysegment处理方法:[root@localhost~]#idoracleuid=500(oracle)gid=500(oinstall)groups=500(oinstall),501(dba)[root@localhost~]#echo500>/proc/sys/vm/hugetlb_shm_group[root@localhost~]#cat/proc/sys..
分类:
数据库 时间:
2016-07-22 16:13:52
阅读次数:
263
http://www.blogjava.net/fancydeepin 共有的仓库 http://repository.sonatype.org/content/groups/public/http://mirrors.ibiblio.org/pub/mirrors/maven2/org/acegi ...
分类:
编程语言 时间:
2016-07-21 21:59:26
阅读次数:
172
cgroup介绍 cgroup是control group的简称,它为Linux内核提供了一种任务聚集和划分的机制,通过一组参数集合将一些任务组织成一个或多个子系统。 Cgroups是control groups的缩写,最初由Google工程师提出,后来编进linux内核。 Cgroups是实现Ia ...
分类:
其他好文 时间:
2016-07-19 18:22:11
阅读次数:
173
CGroup 介绍 CGroup 是 Control Groups 的缩写,是 Linux 内核提供的一种可以限制、记录、隔离进程组 (process groups) 所使用的物力资源 (如 cpu memory i/o 等等) 的机制。2007 年进入 Linux 2.6.24 内核,CGroup ...
分类:
系统相关 时间:
2016-07-19 17:03:20
阅读次数:
1094
http://openjdk.java.net/groups/hotspot/ HotSpot bloggers A. Sundararajan Christian Thalinger Dave Dice David Holmes Jon Masamitsu Nikolay Igotti Steve ...
分类:
其他好文 时间:
2016-07-18 02:52:05
阅读次数:
188
Given an array of strings, return all groups of strings that are anagrams. Notice All inputs will be in lower-case Given an array of strings, return a ...
分类:
其他好文 时间:
2016-07-16 06:42:09
阅读次数:
143