質問するログイン新規登録

質問編集履歴

2

修正

2017/07/28 14:05

投稿

taktaktak
taktaktak

スコア349

title CHANGED
File without changes
body CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  また、bashrcファイルの記載を確認してみると、次のようになっています。
46
46
 
47
- /etc/profile
47
+ /etc/bashrc
48
48
  ➔PS1に関する記載なし
49
49
 
50
50
  ~/.bash_profileの記載

1

修正内容 ~/etc/bashrc ➔ /etc/bashrc

2017/07/28 14:05

投稿

taktaktak
taktaktak

スコア349

title CHANGED
File without changes
body CHANGED
@@ -44,14 +44,17 @@
44
44
 
45
45
  また、bashrcファイルの記載を確認してみると、次のようになっています。
46
46
 
47
- ~/.bashrc の記載
47
+ /etc/profile
48
+ ➔PS1に関する記載なし
48
49
 
49
- ➔$ PS1='\h:\W \u\$'
50
+ ~/.bash_profileの記載
51
+ ➔PS1に関する記載なし
50
52
 
51
- ~/etc/bashrcの記載
53
+ ~/.bash_login
54
+ ➔No such file or directory
52
55
 
53
- ➔PS1に関する記載なし
56
+ ~/.profile
57
+ ➔No such file or directory
54
58
 
55
- ~/.bash_profileの記載
59
+ ~/.bashrc の記載
56
-
57
- ➔PS1に関する記載なし
60
+ $ PS1='\h:\W \u\$'