質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -153,3 +153,21 @@
|
|
153
153
|
end
|
154
154
|
|
155
155
|
```
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
```
|
160
|
+
|
161
|
+
ls -ld /var/www/rails/rails_app/tmp/pids
|
162
|
+
|
163
|
+
ls: /var/www/rails/rails_app/tmp/pids にアクセスできません: No such file or directory
|
164
|
+
|
165
|
+
[ec2-user@i***** ~]$ ls -l /var/www/rails/rails_app/tmp/pids/unicorn.pid
|
166
|
+
|
167
|
+
ls: /var/www/rails/rails_app/tmp/pids/unicorn.pid にアクセスできません: No such file or directory
|
168
|
+
|
169
|
+
[ec2-user@*****~]$ id
|
170
|
+
|
171
|
+
uid=1000(ec2-user) gid=1000(ec2-user) groups=1000(ec2-user),4(adm),10(wheel),190(systemd-journal),992(docker)
|
172
|
+
|
173
|
+
```
|