質問編集履歴
3
タイトルを修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
linux xamppのhtdocsファイルダで
|
1
|
+
linux xamppのhtdocsファイルダをsudoなしで読み書きできるようにしたい。chmodを使ってパーティーションを変更したが出来ない原因とは?
|
test
CHANGED
File without changes
|
2
文章を修正
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
文章を修正
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
|
-
|
27
|
+
ll
|
26
28
|
|
27
|
-
|
29
|
+
合計 80
|
28
30
|
|
29
|
-
|
31
|
+
drwxrwxrwx 6 root root 4096 9月 15 21:52 ./
|
30
32
|
|
31
|
-
|
33
|
+
drwxr-xr-x 31 root root 4096 9月 15 21:26 ../
|
32
34
|
|
33
|
-
|
35
|
+
-rw------- 1 root root 12288 9月 15 21:43 .sample.html.swp
|
34
36
|
|
35
|
-
|
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
|
-
|
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
|
|