Linux中如何以不同的使用者身份運行程式?

來源:互聯網
上載者:User
關鍵字 Linux 使用者身份 運行程式

Linux中如何以不同的使用者身份運行程式?

在管理Linux的過程當中,有些時候我們需要針對特定的使用者,賦予一定的許可權去執行某些程式,哪麼應該如何去指定以不同的使用者身份去運行相應的程式呢? 我們可以通過su命令來實現:

su - userHTTP://www.aliyun.com/zixun/aggregation/11696.html">name -c "/path/to/command"

示例如下:

[root@localhost software]# whereis ls
ls: /bin/ls /usr/share/man/man1/ls.1.gz /usr/share/man/man1p/ls.1p.gz

[root@localhost webserver]# su - www -c "/bin/ls"
[root@localhost webserver]# su www
[www@localhost webserver]$ ls  -la
總用量 32
drwxr-xr-x.  5 www  www   4096 6月  11 12:32 .
dr-xr-xr-x. 27 root root  4096 6月  13 14:00 ..
drwxr-xr-x.  2 www  www   4096 6月  11 12:35 logs
drwx------.  2 www  www  16384 6月   8 16:21 lost+found
drwxr-xr-x. 14 www  www   4096 6月  11 16:53 www

有時候需要運行特殊身份的程式, 就可以讓su來做

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.