• Check it out - we have a chatbot! Go ask TuxBot a question in the Ask Tuxbot section!

Search results

  1. D

    Disable Selinux Temporarily

    follow this command. setenforce 0 or setenforce permissive You can edit /etc/selinux/config file to disable SElinux permanently. Read More article
  2. D

    Copy bulk Files in Linux

    according to this article , bulk copy can done using rsync command rsync -arv /home/centos/sampe-dir /opt/temp-directory/
Top