Dr Andrew Scott G7VAV

My photo
 
March 2024
Mo Tu We Th Fr Sa Su
26 27 28 29 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
1 2 3 4 5 6 7


UNSHARE

Section: User Commands (1)
Updated: October 2008
Index Return to Main Contents
 

NAME

unshare - run program with some namespaces unshared from parent  

SYNOPSIS

unshare [options] program [arguments]  

DESCRIPTION

Unshares specified namespaces from parent process and then executes specified program. Unshareable namespaces are:
mount namespace
mounting and unmounting filesystems will not affect rest of the system (CLONE_NEWNS flag),
UTS namespace
setting hostname, domainname will not affect rest of the system (CLONE_NEWUTS flag),
IPC namespace
process will have independent namespace for System V message queues, semaphore sets and shared memory segments (CLONE_NEWIPC flag),
network namespace
process will have independent IPv4 and IPv6 stacks, IP routing tables, firewall rules, the /proc/net and /sys/class/net directory trees, sockets etc. (CLONE_NEWNET flag).
See the clone(2) for exact semantics of the flags.
 

OPTIONS

-h, --help
Print a help message,
-m, --mount
Unshare the mount namespace,
-u, --uts
Unshare the UTC namespace,
-i, --ipc
Unshare the IPC namespace,
-n, --net
Unshare the network namespace.
 

NOTES

The unshare command drops potential privileges before executing the target program. This allows to setuid unshare.  

SEE ALSO

unshare(2), clone(2)  

BUGS

None known so far.  

AUTHOR

Mikhail Gusarov <dottedmag@dottedmag.net>  

AVAILABILITY

The unshare command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
NOTES
SEE ALSO
BUGS
AUTHOR
AVAILABILITY


for client 54.163.14.144
© Andrew Scott 2006 - 2024,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/