Build:Tutorial:Configuring a RHEL System: Difference between revisions

 
Line 96: Line 96:


# Log in as root.
# Log in as root.
# Disable gpm, cups, and hpoj.
# Disable gpm, cups, atd, apmd, and hpoj:
#* for s in gpm cups hpoj; do service $s stop; chkconfig --del $s; done
<pre>for s in gpm cups atd, apmd, hpoj; do service $s stop; chkconfig --del $s; done</pre>


===Disable X===
===Disable X===
156

edits