回答編集履歴
1
追記
test
CHANGED
@@ -7,3 +7,79 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
・・・疑問を持った経緯は何でしょう?
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
[追記]下記はLinuxからFreeBSDにログインした時のものですが、この場合もLinuxにはログインした状態でBSDにログインしています・・・ログイン前のpwdはLinux側、その後はBSD側のディレクトリが表示されます。
|
14
|
+
|
15
|
+
分かりますか?
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
```text
|
20
|
+
|
21
|
+
usr ~ % pwd
|
22
|
+
|
23
|
+
/home/xxxxx
|
24
|
+
|
25
|
+
usr ~ % server
|
26
|
+
|
27
|
+
Password for kondo@svr.cateye.jp:
|
28
|
+
|
29
|
+
Last login: Sat Oct 19 10:48:47 2019 from 192.168.1.50
|
30
|
+
|
31
|
+
FreeBSD 11.3-RELEASE-p3 (GENERIC) #0: Mon Aug 19 21:08:43 UTC 2019
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
Welcome to FreeBSD!
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
Release Notes, Errata: https://www.FreeBSD.org/releases/
|
40
|
+
|
41
|
+
Security Advisories: https://www.FreeBSD.org/security/
|
42
|
+
|
43
|
+
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
|
44
|
+
|
45
|
+
FreeBSD FAQ: https://www.FreeBSD.org/faq/
|
46
|
+
|
47
|
+
Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
|
48
|
+
|
49
|
+
FreeBSD Forums: https://forums.FreeBSD.org/
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
Documents installed with the system are in the /usr/local/share/doc/freebsd/
|
54
|
+
|
55
|
+
directory, or can be installed later with: pkg install en-freebsd-doc
|
56
|
+
|
57
|
+
For other languages, replace "en" with a language code like de or fr.
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
Show the version of FreeBSD installed: freebsd-version ; uname -a
|
62
|
+
|
63
|
+
Please include that output and any error messages when posting questions.
|
64
|
+
|
65
|
+
Introduction to manual pages: man man
|
66
|
+
|
67
|
+
FreeBSD directory layout: man hier
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
Edit /etc/motd to change this login announcement.
|
72
|
+
|
73
|
+
Nice bash prompt: PS1='([$(tput md)]\t <\w>[$(tput me)]) $(echo $?) $ '
|
74
|
+
|
75
|
+
-- Mathieu <mathieu@hal.interactionvirtuelle.com>
|
76
|
+
|
77
|
+
svr ~ %
|
78
|
+
|
79
|
+
svr ~ % pwd
|
80
|
+
|
81
|
+
/usr/home/xxxxx
|
82
|
+
|
83
|
+
svr ~ %
|
84
|
+
|
85
|
+
```
|