Home >Backend Development >PHP Tutorial >linux修改进程所有者的问题

linux修改进程所有者的问题

WBOY
WBOYOriginal
2016-06-06 20:07:101601browse

我是用root登录的,要执行下面这个命令

<code>/www/wdlinux/apache_php/bin/php /home/wwwroot/a.php </code>

这样一执行,用ps -aux显示,这个进程是属于root。。
我目前的需求是要把他弄成是属于www才可以。。。有什么命令弄的吗。。

回复内容:

我是用root登录的,要执行下面这个命令

<code>/www/wdlinux/apache_php/bin/php /home/wwwroot/a.php </code>

这样一执行,用ps -aux显示,这个进程是属于root。。
我目前的需求是要把他弄成是属于www才可以。。。有什么命令弄的吗。。

sudo -u
su -c

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:url中带?会访问两次Next article:Laravel API问题?