觉得ubuntu有必要增加一个功能

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
头像
wdlang
帖子: 404
注册时间: 2009-09-08 13:20

觉得ubuntu有必要增加一个功能

#1

帖子 wdlang » 2010-06-11 10:05

就是在输入password后,可以在图形界面进行文件的复制和粘贴,到非用户所有的文件夹里

每次都是sudo,毕竟麻烦

比如复制文件到一个路径很长的文件夹
i am working with ubuntu!

i am to be a technical guy!
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 觉得ubuntu有必要增加一个功能

#2

帖子 leeaman » 2010-06-11 10:08

sudo nautilus行不?
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
hasee.wu
帖子: 2089
注册时间: 2009-10-20 21:13
来自: Pacific Western University

Re: 觉得ubuntu有必要增加一个功能

#3

帖子 hasee.wu » 2010-06-11 10:09

代码: 全选

gksu nautilus
运行后的natuilus拥有最高生杀大权,这个是图形界面。


要是还原觉得麻烦,还是换可以root登陆的发行版吧(debian/ubuntu启用root等于自杀)
头像
wdlang
帖子: 404
注册时间: 2009-09-08 13:20

Re: 觉得ubuntu有必要增加一个功能

#4

帖子 wdlang » 2010-06-11 10:13

hasee.wu 写了:

代码: 全选

gksu nautilus
运行后的natuilus拥有最高生杀大权,这个是图形界面。


要是还原觉得麻烦,还是换可以root登陆的发行版吧(debian/ubuntu启用root等于自杀)
debian/ubuntu启用root等于自杀

为什么?
i am working with ubuntu!

i am to be a technical guy!
头像
hasee.wu
帖子: 2089
注册时间: 2009-10-20 21:13
来自: Pacific Western University

Re: 觉得ubuntu有必要增加一个功能

#5

帖子 hasee.wu » 2010-06-11 10:15

不开启root ,系统没有漏洞的情况下,别人远程进来根本不知道你的用户名,门都找不到,那就让他瞎猜头疼去吧, 就算猜出了你的用户名,然后穷举法破了你的密码,ssh进来后默认只要设为不让sudo,这种情况下仍然比开启root安全得多。

但开启 root就不同了,只需要穷举法破你的密码,这用不了多久就会被破解, 如果root沦陷,那就是你人生最大的杯具。

所以, 个人以为启用root肯定会带了巨大的安全隐患

你人生的杯具,是从你人为启用root开始的。
头像
hasee.wu
帖子: 2089
注册时间: 2009-10-20 21:13
来自: Pacific Western University

Re: 觉得ubuntu有必要增加一个功能

#6

帖子 hasee.wu » 2010-06-11 10:17

能sudo 为什么要root?


如果觉得

代码: 全选

gksu nautilus
麻烦,那就杯具了。
头像
wdlang
帖子: 404
注册时间: 2009-09-08 13:20

Re: 觉得ubuntu有必要增加一个功能

#7

帖子 wdlang » 2010-06-11 10:18

leeaman 写了:sudo nautilus行不?
这个权限有多长时间?关机前都有效吗?
i am working with ubuntu!

i am to be a technical guy!
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 觉得ubuntu有必要增加一个功能

#8

帖子 leeaman » 2010-06-11 10:20

不清楚...不过如果你经常要root来复制文件的话...不是什么好事
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
wdlang
帖子: 404
注册时间: 2009-09-08 13:20

Re: 觉得ubuntu有必要增加一个功能

#9

帖子 wdlang » 2010-06-11 10:20

hasee.wu 写了:不开启root ,系统没有漏洞的情况下,别人远程进来根本不知道你的用户名,门都找不到,那就让他瞎猜头疼去吧, 就算猜出了你的用户名,然后穷举法破了你的密码,ssh进来后默认只要设为不让sudo,这种情况下仍然比开启root安全得多。

但开启 root就不同了,只需要穷举法破你的密码,这用不了多久就会被破解, 如果root沦陷,那就是你人生最大的杯具。

所以, 个人以为启用root肯定会带了巨大的安全隐患

你人生的杯具,是从你人为启用root开始的。
有点意思
i am working with ubuntu!

i am to be a technical guy!
头像
hasee.wu
帖子: 2089
注册时间: 2009-10-20 21:13
来自: Pacific Western University

Re: 觉得ubuntu有必要增加一个功能

#10

帖子 hasee.wu » 2010-06-11 10:21

wdlang 写了:
leeaman 写了:sudo nautilus行不?
这个权限有多长时间?关机前都有效吗?
这个sudo 运行的nautilus只要不关,一直有效,问题是谁会一直都在/下进行文件操作呢?
头像
anpufeng
帖子: 168
注册时间: 2008-10-17 17:58

Re: 觉得ubuntu有必要增加一个功能

#11

帖子 anpufeng » 2010-06-11 11:08

个人电脑,没人愿意搞 我
头像
shinery
帖子: 1378
注册时间: 2009-07-22 22:23

Re: 觉得ubuntu有必要增加一个功能

#12

帖子 shinery » 2010-06-11 11:41

wdlang 写了:
leeaman 写了:sudo nautilus行不?
这个权限有多长时间?关机前都有效吗?
只要终端不关都有效。
愿扣上你双手,至繁华浪处到沙丘。
t3swing
帖子: 1028
注册时间: 2008-11-01 21:42
来自: 树下板凳

Re: 觉得ubuntu有必要增加一个功能

#13

帖子 t3swing » 2010-06-11 12:07

代码: 全选

sudo gnome-open . & 
关掉窗口管理器,权限结束 ,不需要关闭终端
民族的脊梁,是踏实做事的人,非只知道骂街的泼妇。
thorne
帖子: 660
注册时间: 2008-10-08 22:01

Re: 觉得ubuntu有必要增加一个功能

#14

帖子 thorne » 2010-06-11 15:11

不是个好主意
非常糟糕的想法

代码: 全选

其实我是个Debian GNU/Linux用户
Octave script :http://forum.ubuntu.org.cn/viewtopic.php?f=35&t=254511
Octave中文:http://forum.ubuntu.org.cn/viewtopic.php?f=35&t=318969
头像
hasee.wu
帖子: 2089
注册时间: 2009-10-20 21:13
来自: Pacific Western University

Re: 觉得ubuntu有必要增加一个功能

#15

帖子 hasee.wu » 2010-06-11 16:56

wdlang 写了:
debian/ubuntu启用root等于自杀

为什么?

debian参考手册中的原话:
Never start the X display/session manager under the root account by typing in root to the prompt of the display manager such as gdm because it is considered unsafe (insecure), even when you plan to perform administrative activities. The entire X architecture is considered insecure if run as root. You must always use the lowest privilege level possible, like a regular user account.
回复