-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtramp
106 lines (105 loc) · 3.2 KB
/
tramp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
;; -*- emacs-lisp -*- <24/11/23 18:32:28 ~/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; Run `M-x tramp-cleanup-all-connections' instead.
(((tramp-file-name "cache" nil nil nil nil nil nil)
("tramp-version" "2.6.3"))
((tramp-file-name "scp" "edward" nil "scai4.cs.ucla.edu" nil nil nil)
("null-device" "/dev/null")
("uname" "Linux 5.15.0-71-generic")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("pipe-buf" 4096)
("remote-shell" "/bin/sh")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("file-exists" "test -e")
("case-insensitive" nil)
("~" "/home/edward")
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
("id" "/bin/id")
("uid-integer" 24902)
("uid-string" "edward")
("gid-integer" 64)
("gid-string" "grads")
("groups-integer"
(64))
("groups-string"
("grads"))
("ls" "/bin/ls --color=never")
("ls--quoting-style=literal --show-control-chars" "--quoting-style=literal --show-control-chars")
("ls--dired" "--dired")
("df-blocksize" 1)
("df" "\\df --block-size=1 --output=size,used,avail")
("/usr/bin/bzr" nil)
("git" "\\git")
("hg" nil))
((tramp-file-name "scp" "edward" nil "scai3.cs.ucla.edu" nil nil nil)
("null-device" "/dev/null")
("uname" "Linux 6.2.0-26-generic")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("pipe-buf" 4096)
("remote-shell" "/bin/sh")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("file-exists" "test -e")
("case-insensitive" nil)
("~" "/home/edward")
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
("id" "/bin/id")
("uid-integer" 24902)
("uid-string" "edward")
("gid-integer" 64)
("gid-string" "grads")
("groups-integer"
(64))
("groups-string"
("grads"))
("ls" "/bin/ls --color=never")
("ls--quoting-style=literal --show-control-chars" "--quoting-style=literal --show-control-chars")
("ls--dired" "--dired")
("df-blocksize" 1)
("df" "\\df --block-size=1 --output=size,used,avail"))
((tramp-file-name "ssh" "edward" nil "scai3.cs.ucla.edu" nil nil nil)
("null-device" "/dev/null")
("uname" "Linux 6.2.0-26-generic")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("pipe-buf" 4096)
("remote-shell" "/bin/sh")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("file-exists" "test -e")
("case-insensitive" nil)
("~" "/home/edward")
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
("id" "/bin/id")
("uid-integer" 24902)
("uid-string" "edward")
("gid-integer" 64)
("gid-string" "grads")
("groups-integer"
(64))
("groups-string"
("grads"))
("ls" "/bin/ls --color=never")
("ls--quoting-style=literal --show-control-chars" "--quoting-style=literal --show-control-chars")
("ls--dired" "--dired")
("df-blocksize" 1)
("df" "\\df --block-size=1 --output=size,used,avail")
("/usr/bin/bzr" nil)
("git" "\\git")
("hg" nil)
("ln" "\\ln")))