❓ Help How to create a new folder on file system? - Linux Mint

Status
Not open for further replies.
Solution
Two ways,

1. Say the magic word
You can always do all your xampp work with sudo.

2. Own your project
By default, since owned by root yang project mo sa xampp, pwede mong kunin yung ownership ng htdocs/ dir with
Bash:
sudo chown -R $USER:$USER /opt/lampp/htdocs

It's up to you. I recommend the 2nd one para di annoying.
Two ways,

1. Say the magic word
You can always do all your xampp work with sudo.

2. Own your project
By default, since owned by root yang project mo sa xampp, pwede mong kunin yung ownership ng htdocs/ dir with
Bash:
sudo chown -R $USER:$USER /opt/lampp/htdocs

It's up to you. I recommend the 2nd one para di annoying.
 
Solution
Two ways,

1. Say the magic word
You can always do all your xampp work with sudo.

2. Own your project
By default, since owned by root yang project mo sa xampp, pwede mong kunin yung ownership ng htdocs/ dir with
Bash:
sudo chown -R $USER:$USER /opt/lampp/htdocs

It's up to you. I recommend the 2nd one para di annoying.
the second one works! Thanks a lot!
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 2
    Replies
  • 189
    Views
  • 2
    Participants
Last reply from:
blinku

Trending Topics

Online now

Members online
974
Guests online
1,597
Total visitors
2,571

Forum statistics

Threads
2,273,350
Posts
28,948,944
Members
1,235,713
Latest member
QuippyQuippy
Back
Top