Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. for FILE in acpid alsa atalk bind cups dnsmasq font.new \
  2. gpm hotplug httpd mysqld nfsd pcmcia portmap \
  3. samba saslauthd sendmail serial sysvinit \
  4. udev wireless yp; do
  5. /etc/rc.d/rc.$FILE stop
  6. chmod ugo-x /etc/rc.$FILE
  7. done
  8. for USERID in lp sync mail news uucp games ftp smmsp \
  9. mysql rpc sshd gdm operator pop nobody bin daemon \
  10. adm; do
  11. usermod -L -s /dev/null $USERID
  12. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement