root怎么进入...
Tofloor
poster avatar
fujing380612328
deepin
2012-04-27 07:46
Author
在linux deepin11.12环境下怎么进入root权限...不知道密码也不知道怎么使用命令。。谁教教我啊,急...
联系QQ:380612328
E-mail:[email protected]
Reply Favorite View the author
All Replies
EvilBeast
deepin
2012-04-27 08:07
#1
sudo passwd root

然后
su -
Reply View the author
bsfmig
deepin
2012-04-27 16:24
#2
sudo passwd root

然后
su -
以上是红帽风格。
Ubuntu风格:到用户管理里面确认你是管理员,然后
sudo -s/sudo -i
输入你的密码即可,不用设置root密码。
Reply View the author
tuhaihe
deepin
2012-04-27 17:31
#3
[quote]sudo passwd root

然后
su -
以上是红帽风格。
Ubuntu风格:到用户管理里面确认你是管理员,然后
sudo -s/sudo -i
输入你的密码即可,不用设置root密码。[/quote]

Ubuntu 默认的 root 密码不可知。他建议用户使用 sudo。
在 安装系统的过程中,直接没有设置 root 这个帐户名称,一般在安装过程中设置的用户就是拥有管理员权限的同学。只能通过 sudo -s/i 来切换到 root 下。
Reply View the author
fujing380612328
deepin
2012-04-27 23:06
#4
谢谢各位大虾!!顺便请教下带TGZ的后缀文件如何安装,帮忙讲解下安装命令与步骤。谢谢+感恩!!!
Reply View the author
tuhaihe
deepin
2012-04-27 23:48
#5
看是什么样子的压缩包了。是源码包,还是什么?

请描述清楚。
Reply View the author
fujing380612328
deepin
2012-04-28 22:37
#6
是带i686的源码包,里面有普通点击进去里有3个带.SH后缀的文件。也不知道是先解压哪个,或者说i686的源码包直接安装方法或编译步骤。。。。教下呗。qq380612328,手机13656023302 座机0592-6681616-451
挺急的,谢谢+感恩!!!
Reply View the author
bsfmig
deepin
2012-04-30 04:07
#7
直接把你要处理的软件包发上来方便不?这边不大用qq。
Reply View the author
fujing380612328
deepin
2012-05-03 00:09
#8
谢谢您,我晚上下班回去发安装包上来,公司传送不了文件。
顺便先问下如何删除文件夹与纯文本文档?
Reply View the author
summving
deepin
2012-05-03 03:13
#9
谢谢您,我晚上下班回去发安装包上来,公司传送不了文件。
顺便先问下如何删除文件夹与纯文本文档?
明显没有baidu的孩子
Reply View the author
summving
deepin
2012-05-03 03:14
#10
[quote][quote]sudo passwd root

然后
su -
以上是红帽风格。
Ubuntu风格:到用户管理里面确认你是管理员,然后
sudo -s/sudo -i
输入你的密码即可,不用设置root密码。[/quote]

Ubuntu 默认的 root 密码不可知。他建议用户使用 sudo。
在 安装系统的过程中,直接没有设置 root 这个帐户名称,一般在安装过程中设置的用户就是拥有管理员权限的同学。只能通过 sudo -s/i 来切换到 root 下。[/quote]
我在安装时都是用sudo su
然后输密码
Reply View the author
fujing380612328
deepin
2012-05-03 05:18
#11
A symbolic link for the elorc script has to be created in the desired runlevel directory (example: rc2.d,rc3.d,....rc5.d). This will allow the elorc script to run at system startup. Ubuntu and Debian systems use runlevel 2 (rc2.d directory) as default.

This directory has startup files (symbolic links) of the form SDDxxxx where DD is the sequence number. Pick a sequence number XX which is larger than the sequence number of the display manager script (xdm, gdm, etc.) found in this directory.

Use the maintainer script update-rc.d to create the elorc symbolic link with selected sequence number XX.

  # cd /etc/rc2.d
  # update-rc.d elorc start XX 2 .
安装包传不上来,我到这一步的时候看不懂了,不知道怎么做。。。
懂得话帮忙讲解下。
Reply View the author
cnchanghai
deepin
2012-05-03 17:48
#12
解压缩之后一般会有readme文件 cat readme 即可

一般install.sh基本是安装的脚本


如果是源文件 必定会有readme  让你一步步的安装下去的
Reply View the author