質問編集履歴

3

タイトルを修正

2021/09/16 07:04

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- linux xamppのhtdocsファイルダで権限ありませんを対処する方法
1
+ linux xamppのhtdocsファイルダをsudoなし読み書きできるようにしたい。chmodを使ってパーティーションを変更した出来ない原因とは?
test CHANGED
File without changes

2

文章を修正

2021/09/16 07:04

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- ※ phpディレクトリをcode php としてvscodeで開くとsudo権限は必要です等のエラーでます。
7
+ ※ phpディレクトリをcode php としてvscodeで開くとsudo権限は必要です等のエラーでます。
8
8
 
9
9
 
10
10
 

1

文章を修正

2021/09/16 03:30

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,14 +1,16 @@
1
- 提示画像ですがリンクを作成してホームディレクトリの近くからアクセスできるようにしています。質問ですが毎回毎回sudo コマンドを入力していては無駄なのでパーティーション?を変更して毎回毎回sudo コマンドを打たなくてもいいようにしたいのですがそれするにはどうすればいいのでょうか?またそうすることは正しいしょうか?
1
+ 提示画像ですがリンクを作成してホームディレクトリの近くからアクセスできるようにしています。質問ですが毎回毎回sudo コマンドを入力していては無駄なのでパーティーション?を変更して毎回毎回sudo コマンドを打たなくてもいいようにしたいのですが パーティーション変更しまが書き換えにsudoコマンドを要てしまます。phpディレクトリす。
2
-
3
-
4
-
5
- ※参考サイトを見ましたがちょっと翻訳が荒くて分かりづらく変ないじり方すると怖いので質問しました。
6
2
 
7
3
 
8
4
 
9
5
 
10
6
 
7
+ ※ phpディレクトリをcode php としてvscodeで開くとsudo権限は必要です等のエラーでます。
8
+
9
+
10
+
11
- 参考サイト: [https://www.fixes.pub/computer/577276.html](https://www.fixes.pub/computer/577276.html)
11
+ 参考サイトA: [https://www.fixes.pub/computer/577276.html](https://www.fixes.pub/computer/577276.html)
12
+
13
+ 参考サイトB: [http://www.fulldigit.net/content/view/43/6](http://www.fulldigit.net/content/view/43/6)
12
14
 
13
15
 
14
16
 
@@ -22,19 +24,31 @@
22
24
 
23
25
  ```
24
26
 
25
- $ sudo mkdir php
27
+ ll
26
28
 
27
- [sudo] shigurechan のパスワード:
29
+ 合計 80
28
30
 
29
- shigurechan@shigurechan-System-Product-Name:~/program/htdocs$ mkdir php
31
+ drwxrwxrwx 6 root root 4096 9月 15 21:52 ./
30
32
 
31
- mkdir: ディレクトリ `php' を作成できません: ファイルが存在します
33
+ drwxr-xr-x 31 root root 4096 9月 15 21:26 ../
32
34
 
33
- shigurechan@shigurechan-System-Product-Name:~/program/htdocs$ ls
35
+ -rw------- 1 root root 12288 9月 15 21:43 .sample.html.swp
34
36
 
35
- applications.html bitnami.css dashboard favicon.ico img index.php php webalizer
37
+ -rw-r--r-- 1 root root 3607 8月 27 2019 applications.html
36
38
 
39
+ -rw-r--r-- 1 root root 177 8月 27 2019 bitnami.css
40
+
37
- shigurechan@shigurechan-System-Product-Name:~/program/htdocs$
41
+ drwxr-xr-x 21 root root 4096 9月 15 21:18 dashboard/
42
+
43
+ -rw-r--r-- 1 root root 30894 5月 11 2007 favicon.ico
44
+
45
+ drwxr-xr-x 2 root root 4096 9月 15 21:18 img/
46
+
47
+ -rw-r--r-- 1 root root 260 7月 9 2015 index.php
48
+
49
+ drwxrwxrwx 2 root root 4096 9月 15 22:11 php/
50
+
51
+ drwxr-xr-x 2 daemon daemon 4096 9月 15 21:18 webalizer/
38
52
 
39
53
 
40
54