chcat
Verified for current stable LTS
Chcat Command: Set Specific Categories For File Linux
Use for set specific categories for file linux with Chcat. Exact CLI syntax to set specific categories for file linux using Chcat.
When to use this: Use for set specific categories for file linux with Chcat.
Command Syntax
sudo chcat <CategoryName1,CategoryName2,...> <path/to/file> sudo chcat <CategoryName1,CategoryName2,...> <path/to/file> Live Command Builder
Final Command
sudo chcat <CategoryName1,CategoryName2,...> <path/to/file> Command Breakdown
sudo is the base executable for this command.
FAQ
Purpose: Exact syntax to set specific categories for file linux using Chcat.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Chcat Command: Add Category To File Linux
sudo chcat +<CategoryName> <path/to/file> Chcat Command: Display Categories Of File Linux ls -Z <path/to/file> Chcat Command: List Available Categories Linux sudo chcat -L Chcat Command: Remove All Categories From File Linux sudo chcat -d <path/to/file> Chcat Command: Remove Category From File Linux sudo chcat -- -<CategoryName> <path/to/file>