1.新建一个没有家目录的用户openstack2.复制/etc/skel为/home/openstack3.改变/home/openstack及其内部的文件的属主,属组均为openstack4./home/openstack及其内部的文件,属组和其他用户没有任何访问权限[root@localhost~]#useradd-Mopenstack
[root@localhost~]#ls-l/home/op..
分类:
系统相关 时间:
2014-05-27 04:18:58
阅读次数:
523
一、进程1、进程属性:a)进程状态b)父子关系c)优先级关系0-139用户优先级,数字越小优先级越高;0-99:内核调整的100-139:用户可控制nice值:-20-19100-139普通用户仅能够调大自己的进程的Nice值;2、进程优先级a)衡量面对不同的算法时,程序的性能如何,O标准(坐标轴表示):O..
分类:
系统相关 时间:
2014-05-27 04:15:04
阅读次数:
549
制作出这样的效果首先建立了一个all.html<framesetrows="20%,*"frameborder="1"framespacing=5bordercolor=red><framesrc="top.html"noresize/>//top.html暂时用一张图片替代<framesetcols="20%,*"framespacing=5><framsrc="left.html"noresize/>//nor..
分类:
其他好文 时间:
2014-05-27 03:25:59
阅读次数:
293
前段时间数据结构的作业里有一个这样的题跟大家分享一下:
若栈采用顺序存储方式存储,现两栈共享空间V[1..m], top[i]代表第i个栈( i =1,2)栈顶,栈1的底在v[1],栈2的底在V[m],则栈满的条件是( )。
A. |top[2]-top[1]|=0 B. top[1]+1=top[2]
C. top[1]+top[2]=m D....
分类:
其他好文 时间:
2014-05-22 09:48:38
阅读次数:
258
The design of travel bags and promotional gifts
are supported appropriately. This means that the authorities believe that many
things in addition to d...
分类:
其他好文 时间:
2014-05-22 02:12:01
阅读次数:
324
--第一种分页(TOP方式)--select * from T_Sys_User where
User_Id in (select top 10 User_Id from T_Sys_User where User_Id not in(select
top (10*0) User_Id from T...
分类:
数据库 时间:
2014-05-21 22:44:21
阅读次数:
485
1.统计/usr/bin目录下的文件个数[root@localhost~]#ls/usr/bin|wc-l
1306
[root@localhost~]#2.取出当前系统上所有用户的SHELL,要求,每种SHELL只显示一次,并且按顺序进行显示[root@localhost~]#cut-d:-f7/etc/passwd|sort-u
/bin/bash
/bin/nologin
/bin/sync
/bin/tcsh
/sb..
分类:
系统相关 时间:
2014-05-21 02:01:09
阅读次数:
530
centos系统修改密码root:在执行passwdroot后报错:修改root密码passwd:Authenticationtokenmanipulationerror操作方法:ls-l/etc/passwd和ls-l/etc/shadow查看到两个文件均有写权限。chattr-i/etc/passwd和chattr-i/etc/shadow减掉这两个文件的。。这个时候执行passwdroot还是..
分类:
其他好文 时间:
2014-05-20 23:40:00
阅读次数:
423
AIX5.3安装Oracle10g错误案例--runInstaller系统环境:操作系统:AIX5300-08Oracle软件:Oracle10g(64位)错误现象:客户一个AIX主机,以前安装过Oracle,卸载Oracle软件后,并更改了Oracle用户的UID,重新安装Oracle出现以下错误:查看文件系统权限:[root@aix203/]#ls-l/u01..
分类:
数据库 时间:
2014-05-20 20:46:13
阅读次数:
523