但是总是提示的是权限不够,
-rwxrwxrwx 1 root root 47286234 01-06 23:41 jdk-1_5_0_04-linux-i586.rpm
这是什么意思?
用这个命令安装:rpm -ivh jdk-1_5_0_04-linux-i586.rpm之后就出现了这样:
RPM version 4.4.2.3
Copyright (C) 1998-2002 - Red Hat, Inc.
This program may be freely redistributed under the terms of the GNU GPL
用法: rpm [-aKfgpWHqV] [-aKfgpWHqVcdils] [-aKfgpWHqVcdilsaKfgpWHqV] [-aKfgpWHqVcdilsaKfgpWHqV] [-aKfgpWHqVcdilsaKfgpWHqV] [-aKfgpWHqVcdilsaKfgpWHqVK] [-aKfgpWHqVcdilsaKfgpWHqVK] [-aKfgpWHqVcdilsaKfgpWHqVKi] [-aKfgpWHqVcdilsaKfgpWHqVKiv] [-aKfgpWHqVcdilsaKfgpWHqVKiv] [-aKfgpWHqVcdilsaKfgpWHqVKiv?] [-a|--all] [-f|--file] [-g|--group]
[-p|--package] [-W|--ftswalk] [--pkgid] [--hdrid] [--fileid]
[--specfile] [--triggeredby] [--whatrequires] [--whatprovides]
[--nomanifest] [-c|--configfiles] [-d|--docfiles] [--dump] [-l|--list]
[--queryformat=QUERYFORMAT] [-s|--state] [--nomd5] [--nofiles]
[--nodeps] [--noscript] [--comfollow] [--logical] [--nochdir]
[--nostat] [--physical] [--seedot] [--xdev] [--whiteout]
[--addsign] [-K|--checksig] [--delsign] [--import] [--resign]
[--nodigest] [--nosignature] [--initdb] [--rebuilddb] [--aid]
[--allfiles] [--allmatches] [--badreloc] [-e|--erase
[--excludedocs] [--excludepath=
[-F|--freshen
[--ignoresize] [-i|--install] [--justdb] [--nodeps] [--nomd5]
[--nocontexts] [--noorder] [--nosuggest] [--noscripts]
[--notriggers] [--oldpackage] [--percent] [--prefix=
[--relocate=
[--replacepkgs] [--test] [-U|--upgrade
[-D|--define 'MACRO EXPR'] [-E|--eval 'EXPR'] [--macros=
[--nodigest] [--nosignature] [--rcfile=
[--querytags] [--showrc] [--quiet] [-v|--verbose] [--version]
[-?|--help] [--usage] [--scripts] [--setperms] [--setugids]
[--conflicts] [--obsoletes] [--provides] [--requires] [--info]
[--changelog] [--xml] [--triggers] [--last] [--dupes]
[--filesbypkg] [--fileclass] [--filecolor] [--filecontext]
[--fscontext] [--recontext] [--fileprovide] [--filerequire]
[--redhatprovides] [--redhatrequires] [--buildpolicy=
[--with=
frankhht 于 2012-01-29 20:33:55发表:
太高深了
相思爱文 于 2012-01-11 21:49:49发表:
4# sunshine_hao
su -
sudo -i
sudo su -
普通用户的shell中提示符是$。运行完上述三条命令中的任意一条,就可以切换成root用户身份,也就是系统管理员身份。shell提示符变成以#结尾。
在root身份下执行安装命令,就是系统级别的安装。
如果是普通用户身份,有时也能安装软件,但只能对当前用户有效,还不能安在系统目录中。
通常软件都要以管理员身份安装。
以用户身份安装的软件,有类似绿色软件的程序,或手动编译的程序。
470322959 于 2012-01-11 17:59:12发表:
sudo +指令吧,好像????
hxngb0zf 于 2012-01-09 14:26:29发表:
我想我明白楼主的意思了
linuxunix 于 2012-01-09 11:43:49发表:
用root安装
sunshine_hao 于 2012-01-09 10:32:37发表:
3# 相思爱文
具体要怎么应用?
相思爱文 于 2012-01-09 10:16:18发表:
su -
之后就是root要限
sunshine_hao 于 2012-01-09 09:52:41发表:
是不是要更改权限呢?怎么用更改权限的命令?