Skip to main content
Removed unnecessary formatting. Removed the shell prompts to avoid confusion.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

make sure you are not in home or other places. you need to go back to root

use this command

Make sure you are not in the home directory or other places. You need to go back to root.

Use this command

$ cd .. $ cd ~ 

your current location should look like

Your current location should look like:

masood@masood-HP-ProDesk-600-G1-TWR:~$ 

afterAfter this, run the command to create a project.

make sure you are not in home or other places. you need to go back to root

use this command

$ cd .. $ cd ~ 

your current location should look like

masood@masood-HP-ProDesk-600-G1-TWR:~$ 

after this run the command to create a project

Make sure you are not in the home directory or other places. You need to go back to root.

Use this command

cd .. cd ~ 

Your current location should look like:

~$ 

After this, run the command to create a project.

Source Link
azhar
  • 380
  • 3
  • 15

make sure you are not in home or other places. you need to go back to root

use this command

$ cd .. $ cd ~ 

your current location should look like

masood@masood-HP-ProDesk-600-G1-TWR:~$ 

after this run the command to create a project