Below are some commands which we use to handle hosting related tasks with the help of command line : ================================ cd : change the working directory rm : remove files or directories mv : move (rename) files mkdir : make directories cp : copy files and directories touch : change file timestamps chmod : change file access […]
See More