02.01.2016 Views

Linux

linux_admin_text-1.0.0_2

linux_admin_text-1.0.0_2

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1 <br />

webadm useradd -G<br />

<br />

$ sudo groupadd webadm<br />

$ sudo useradd -G webadm httpdtest<br />

su - httpdtest <br />

$ sudo su - httpdtest<br />

$ id<br />

uid=504(httpdtest) gid=504(httpdtest) =504(httpdtest),5001(webad<br />

m)<br />

sudo Web <br />

$ sudo service httpd start<br />

httpd : httpd: Could not reliably determine the server's fully qualif<br />

ied domain name, using 192.168.0.10 for ServerName<br />

[ OK ]<br />

<br />

Web <br />

$ ps ax | grep httpd<br />

28608 pts/0 S 0:00 su - httpdtest<br />

31175 ? Ss 0:00 /usr/sbin/httpd<br />

31176 ? S 0:00 /usr/sbin/httpd<br />

31177 ? S 0:00 /usr/sbin/httpd<br />

31179 ? S 0:00 /usr/sbin/httpd<br />

31180 ? S 0:00 /usr/sbin/httpd<br />

31181 ? S 0:00 /usr/sbin/httpd<br />

31182 ? S 0:00 /usr/sbin/httpd<br />

31183 ? S 0:00 /usr/sbin/httpd<br />

31184 ? S 0:00 /usr/sbin/httpd<br />

31198 pts/0 S+ 0:00 grep httpd<br />

Web <br />

$ sudo service httpd stop<br />

httpd : [ OK ]<br />

$ ps ax | grep httpd<br />

www.lpi.or.jp 41 (C) LPI-Japan

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!