summaryrefslogtreecommitdiffstats
path: root/templates/man1/nsenter.1.pot
blob: 4545570e2067f0eafa3d48d6710c98a4d82eaec7 (plain)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-29 09:46+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "NSENTER"
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "2022-05-11"
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "util-linux 2.38.1"
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "User Commands"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "nsenter - run program in different namespaces"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<nsenter> [options] [I<program> [I<arguments>]]"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The B<nsenter> command executes I<program> in the namespace(s) that are "
"specified in the command-line options (described below). If I<program> is "
"not given, then \"${SHELL}\" is run (default: I</bin/sh>)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Enterable namespaces are:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<mount namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Mounting and unmounting filesystems will not affect the rest of the system, "
"except for filesystems which are explicitly marked as shared (with B<mount --"
"make-shared>; see I</proc/self/mountinfo> for the B<shared> flag). For "
"further details, see B<mount_namespaces>(7) and the discussion of the "
"B<CLONE_NEWNS> flag in B<clone>(2)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<UTS namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Setting hostname or domainname will not affect the rest of the system. For "
"further details, see B<uts_namespaces>(7)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<IPC namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The process will have an independent namespace for POSIX message queues as "
"well as System V message queues, semaphore sets and shared memory segments. "
"For further details, see B<ipc_namespaces>(7)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<network namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The process will have independent IPv4 and IPv6 stacks, IP routing tables, "
"firewall rules, the I</proc/net> and I</sys/class/net> directory trees, "
"sockets, etc. For further details, see B<network_namespaces>(7)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<PID namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Children will have a set of PID to process mappings separate from the "
"B<nsenter> process. B<nsenter> will fork by default if changing the PID "
"namespace, so that the new program and its children share the same PID "
"namespace and are visible to each other. If B<--no-fork> is used, the new "
"program will be exec\\(cqed without forking. For further details, see "
"B<pid_namespaces>(7)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<user namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The process will have a distinct set of UIDs, GIDs and capabilities. For "
"further details, see B<user_namespaces>(7)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<cgroup namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The process will have a virtualized view of I</proc/self/cgroup>, and new "
"cgroup mounts will be rooted at the namespace cgroup root. For further "
"details, see B<cgroup_namespaces>(7)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<time namespace>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The process can have a distinct view of B<CLOCK_MONOTONIC> and/or "
"B<CLOCK_BOOTTIME> which can be changed using I</proc/self/timens_offsets>. "
"For further details, see B<time_namespaces>(7)."
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Various of the options below that relate to namespaces take an optional "
"I<file> argument. This should be one of the I</proc/[pid]/ns/*> files "
"described in B<namespaces>(7), or the pathname of a bind mount that was "
"created on one of those files."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-a>, B<--all>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter all namespaces of the target process by the default I</proc/[pid]/ns/"
"*> namespace paths. The default paths to the target process namespaces may "
"be overwritten by namespace specific options (e.g., B<--all --"
"mount>=[I<path>])."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The user namespace will be ignored if the same as the caller\\(cqs current "
"user namespace. It prevents a caller that has dropped capabilities from "
"regaining those capabilities via a call to setns(). See B<setns>(2) for more "
"details."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-t>, B<--target> I<PID>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Specify a target process to get contexts from. The paths to the contexts "
"specified by I<pid> are:"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/mnt>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the mount namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/uts>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the UTS namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/ipc>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the IPC namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/net>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the network namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/pid>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the PID namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/user>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the user namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/cgroup>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the cgroup namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/ns/time>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the time namespace"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/root>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the root directory"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "I</proc/pid/cwd>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "the working directory respectively"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-m>, B<--mount>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the mount namespace. If no file is specified, enter the mount "
"namespace of the target process. If I<file> is specified, enter the mount "
"namespace specified by I<file>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-u>, B<--uts>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the UTS namespace. If no file is specified, enter the UTS namespace of "
"the target process. If I<file> is specified, enter the UTS namespace "
"specified by I<file>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-i>, B<--ipc>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the IPC namespace. If no file is specified, enter the IPC namespace of "
"the target process. If I<file> is specified, enter the IPC namespace "
"specified by I<file>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-n>, B<--net>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the network namespace. If no file is specified, enter the network "
"namespace of the target process. If I<file> is specified, enter the network "
"namespace specified by I<file>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-p>, B<--pid>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the PID namespace. If no file is specified, enter the PID namespace of "
"the target process. If I<file> is specified, enter the PID namespace "
"specified by I<file>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-U>, B<--user>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the user namespace. If no file is specified, enter the user namespace "
"of the target process. If I<file> is specified, enter the user namespace "
"specified by I<file>. See also the B<--setuid> and B<--setgid> options."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-C>, B<--cgroup>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the cgroup namespace. If no file is specified, enter the cgroup "
"namespace of the target process. If I<file> is specified, enter the cgroup "
"namespace specified by I<file>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-T>, B<--time>[=I<file>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Enter the time namespace. If no file is specified, enter the time namespace "
"of the target process. If I<file> is specified, enter the time namespace "
"specified by I<file>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-G>, B<--setgid> I<gid>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Set the group ID which will be used in the entered namespace and drop "
"supplementary groups. B<nsenter> always sets GID for user namespaces, the "
"default is 0."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-S>, B<--setuid> I<uid>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Set the user ID which will be used in the entered namespace. B<nsenter> "
"always sets UID for user namespaces, the default is 0."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<--preserve-credentials>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Don\\(cqt modify UID and GID when enter user namespace. The default is to "
"drops supplementary groups and sets GID and UID to 0."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-r>, B<--root>[=I<directory>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Set the root directory. If no directory is specified, set the root directory "
"to the root directory of the target process. If directory is specified, set "
"the root directory to the specified directory. The specified I<directory> is "
"open before it switches to the requested namespaces."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-w>, B<--wd>[=I<directory>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Set the working directory. If no directory is specified, set the working "
"directory to the working directory of the target process. If directory is "
"specified, set the working directory to the specified directory. The "
"specified I<directory> is open before it switches to the requested "
"namespaces, it means the specified directory works as \"tunnel\" to the "
"current namespace. See also B<--wdns>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-W>, B<--wdns>[=I<directory>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Set the working directory. The I<directory> is open after switch to the "
"requested namespaces and after B<chroot>(2) call. The options B<--wd> and "
"B<--wdns> are mutually exclusive."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-F>, B<--no-fork>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Do not fork before exec\\(cqing the specified program. By default, when "
"entering a PID namespace, B<nsenter> calls B<fork> before calling B<exec> so "
"that any children will also be in the newly entered PID namespace."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-Z>, B<--follow-context>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Set the SELinux security context used for executing a new process according "
"to already running process specified by B<--target> PID. (The util-linux has "
"to be compiled with SELinux support otherwise the option is unavailable.)"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-h>, B<--help>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Display help text and exit."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-V>, B<--version>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Print version and exit."
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "AUTHORS"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<clone>(2), B<setns>(2), B<namespaces>(7)"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "REPORTING BUGS"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "For bug reports, use the issue tracker at"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "AVAILABILITY"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The B<nsenter> command is part of the util-linux package which can be "
"downloaded from"
msgstr ""