「Linux」を含む「UNIX」系システムでは、ファイルやフォルダのパーミッション(ユーザーグループ別の利用権限)を指定するためのコマンド「chmod」が利用できる。IT管理者は、UNIX系システムにおいて「r」「w」「x」の3文字を任意に組み合わせて、ファイル ...
通常、chmodコマンドで特定のディレクトリ下を指定したパーミッション変更は、ワイルドカード(*)を利用しても1階層のみになる。 サブディレクトリ下も含め特定のファイルをパーミッション変更させたい場合、次のようにfind結果出力にchmod指定を適用さ ...
Linux man pages are packed with helpful info, but they can be overwhelming. Here's how to make them easy to read and use.
Linux is a multi-user operating system. What does that mean? Like all good operating systems, you can have multiple user accounts on one machine. You can also have more than one user logged in at once ...