Change Group Ownership of Symbolic Links in Unix or Linuxグループの所有権を変更するシンボリックリンクのUnixやLinuxに
chgrp can be used to change group ownership of files and directories in almost all UNIX-variant platforms, including Linux such as Fedora Core, Ubunto and etc. However, if you try to change the group membership of a symbolic link, the group ownership of its referenced or linked file is changed instead. chgrpほぼすべてのUNIXでのファイルとディレクトリのグループ所有者を変更するには、 LinuxのFedora Coreを、 Ubuntoなどなどを含むその他のプラットフォーム、使用することができますしかし、シンボリックリンクの場合はグループのメンバシップを変更しようとすると、そのグループの所有権をその代わりに変更される、またはリンク先のファイルを参照しました。
This is the default behavior of chgrp command, where dereference option is used by default so that all changes will affect the referent of each symbolic link, rather than the symbolic link itself.このchgrpコマンドは、参照解除オプションはデフォルトではすべての変更は、それぞれのシンボリックリンクは、指示に影響を与えます使用されているのは、デフォルトの動作ですが、リンク自体に象徴的なのではなく。
To change the group ownership of symbolic link, simply use the -h or –no-dereference flag to the chgrp command.シンボリックリンクのグループ所有者を変更するには、単純に- hまたは使用なしには、 chgrpコマンドを参照解除フラグを設定します。
Example:例:
chgrp -h new_group symbolic_link_name chgrp - hでnew_group symbolic_link_name
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。
Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム . 。
Related Articles関連記事
- Create Symbolic Links, Hard Links and Directory Junctions in Vista with MKLINK VistaでMKLINKとのシンボリックリンク、ハードリンクとディレクトリジャンクションを作成
- Add Take Ownership Option To Files and Folders Context Menu in VistaファイルやフォルダのコンテキストメニューにVistaの所有権を取るオプションを追加
- How to Take Ownership and Grant Permissions in Windows Vistaどのように組織形態およびWindows Vistaでのアクセス許可を付与する
- (Enhance) Concurrent Capable and Big vg Format Volume Group in AIX Unix (強化)同時対応とビッグAIXのUnixでフォーマットボリュームグループの英領バージン諸島
- Refresh Linux or Unix Path Environmental Variables with rehashリフレッシュLinuxやUnixのパス環境変数焼き直しで
- Running Google Earth on Suse Linux with VMware Suse Linux上にVMwareとGoogle Earthを実行している
- Auto Shutdown and Restart Apache HTTPD Service Daemon at Preset Time自動シャットダウンと再起動時にApacheのhttpdサービスデーモンプリセット
- How to Mount USB Disk Drive in UNIX or Linux USBディスクドライブにマウントする方法UNIXまたはLinuxで
- Change User Name on Linux Linux上で変更するユーザ名
- Change and Reset MySQL root Password MySQLのrootのパスワードを変更するとリセット
































