免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: hmgogo
打印 上一主题 下一主题

[学习分享] linux中的sudo [复制链接]

论坛徽章:
0
11 [报告]
发表于 2013-02-02 20:13 |只看该作者
1、我用sudo将test.cpp的拥有者和用户组改成root的:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 102  2月  2 20:03 test.cpp
star@CJW:~$ sudo chown root:root test.cpp
[sudo] password for star:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 root root 102  2月  2 20:03 test.cpp
star@CJW:~$

2、用打开test.cpp并修改内容:
#include <iostream>
using namespace std;

int main()
{

        cout << "hello!" << endl; //我加上去的
        cout << "Hello!World!" << endl;
        return 0;
}                                                                                                                                       
                                                                                                                                                
E45: 已设定选项 'readonly' (请加 ! 强制执行)         

3、我强制执行:
#include <iostream>
using namespace std;

int main()
{

        cout << "hello!" << endl;
        cout << "Hello!World!" << endl;
        return 0;
}

~                                                                              
                                             
"test.cpp" 11L, 130C 已写入   

4、修改之后:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 102  2月  2 20:03 test.cpp
star@CJW:~$ sudo chown root:root test.cpp
[sudo] password for star:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 root root 102  2月  2 20:03 test.cpp
star@CJW:~$ vim test.cpp
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 130  2月  2 20:09 test.cpp
star@CJW:~$

不但可以保存修改,文件所有者还从root变成star,请问怎么理解?这样怎么能保证文件安全性?

论坛徽章:
0
12 [报告]
发表于 2013-02-02 20:47 |只看该作者
1、我用sudo将test.cpp的拥有者和用户组改成root的:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 102  2月  2 20:03 test.cpp
star@CJW:~$ sudo chown root:root test.cpp
[sudo] password for star:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 root root 102  2月  2 20:03 test.cpp
star@CJW:~$

2、用打开test.cpp并修改内容:
#include <iostream>
using namespace std;

int main()
{

        cout << "hello!" << endl; //我加上去的
        cout << "Hello!World!" << endl;
        return 0;
}                                                                                                                                       
                                                                                                                                                
E45: 已设定选项 'readonly' (请加 ! 强制执行)         

3、我强制执行:
#include <iostream>
using namespace std;

int main()
{

        cout << "hello!" << endl;
        cout << "Hello!World!" << endl;
        return 0;
}

~                                                                              
                                             
"test.cpp" 11L, 130C 已写入   

4、修改之后:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 102  2月  2 20:03 test.cpp
star@CJW:~$ sudo chown root:root test.cpp
[sudo] password for star:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 root root 102  2月  2 20:03 test.cpp
star@CJW:~$ vim test.cpp
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 130  2月  2 20:09 test.cpp
star@CJW:~$

不但可以保存修改,文件所有者还从root变成star,请问怎么理解?这样怎么能保证文件安全性?

论坛徽章:
0
13 [报告]
发表于 2013-02-02 21:08 |只看该作者
1、我用sudo将test.cpp的拥有者和用户组改成root的:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 102  2月  2 20:03 test.cpp
star@CJW:~$ sudo chown root:root test.cpp
[sudo] password for star:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 root root 102  2月  2 20:03 test.cpp
star@CJW:~$

2、用打开test.cpp并修改内容:
#include <iostream>
using namespace std;

int main()
{

        cout << "hello!" << endl; //我加上去的
        cout << "Hello!World!" << endl;
        return 0;
}                                                                                                                                       
                                                                                                                                                
E45: 已设定选项 'readonly' (请加 ! 强制执行)         

3、我强制执行:
#include <iostream>
using namespace std;

int main()
{

        cout << "hello!" << endl;
        cout << "Hello!World!" << endl;
        return 0;
}

~                                                                              
                                             
"test.cpp" 11L, 130C 已写入   

4、修改之后:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 102  2月  2 20:03 test.cpp
star@CJW:~$ sudo chown root:root test.cpp
[sudo] password for star:
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 root root 102  2月  2 20:03 test.cpp
star@CJW:~$ vim test.cpp
star@CJW:~$ ls -l test.cpp
-rw-rw-r-- 1 star star 130  2月  2 20:09 test.cpp
star@CJW:~$

不但可以保存修改,文件所有者还从root变成star,请问怎么理解?这样怎么能保证文件安全性?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP