エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
persistent namespaces
Today I merged support for persistent namespaces to unshare(1). The persistent namespace does not... Today I merged support for persistent namespaces to unshare(1). The persistent namespace does not require any running process with in the namespace and it's possible to enter the namespace by nsenter(1). For example let's create a new UTS namespace and set a different hostname within the namespace: # hostname ws # touch /root/ns-uts # unshare --uts=/root/ns-uts # hostname FooBar # exit Now there i