how to create the new directory in xampp

5,166

for creating the folder inside / you need root permisions

for creating the folder inside opt/lamp/ht docs/

open the terminal using ctrl+alt+t and change the directory to it by typing

cd /opt/lamp/ht\ docs/

and make directory using the command

sudo mkdir <dir name>

and to copy the files to docs first change the directory where your files are located using the following command

cd <directory containing the docs>

and type the following commands

sudo cp <docs> /opt/lamp/ht\ docs/
Share:
5,166

Related videos on Youtube

Question User
Author by

Question User

I'm a complete Package..

Updated on September 18, 2022

Comments

  • Question User
    Question User over 1 year

    I have installed the xampp on Ubuntu 14.4. i don't know where to create the new directory i mean which path ?

    I'm new user to Ubuntu please suggest me ideas ?

    I gone to opt/lamp/ht docs/ i didn't able to create the new folder ? The options are disabled ? how can i solve this ?

    How to copy my existing projects and paste my htdocs ?

  • Question User
    Question User about 9 years
    wanna create via terminal ?
  • Question User
    Question User about 9 years
    how to copy and paste my project folder in htdocs ?