We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30e88b commit 8acce9bCopy full SHA for 8acce9b
pages.bn/linux/aa-decode.md
@@ -0,0 +1,20 @@
1
+# aa-decode
2
+
3
+> অ্যাপআর্মর (AppArmor) অডিট লগগুলোকে মানুষের পড়ার উপযোগী (human-readable) ফরম্যাটে রূপান্তর করার জন্য ব্যবহৃত কমান্ড।
4
+> আরও তথ্য পাবেন: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-decode.8>।
5
6
+- কোনো হেক্স (hex) স্ট্রিং ডিকোড করতে:
7
8
+`aa-decode {{হেক্স_স্ট্রিং}}`
9
10
+- কোনো লগ ফাইল ডিকোড করতে:
11
12
+`sudo aa-decode {{লগফাইল}}`
13
14
+- `stdin` (যেমন রিডাইরেক্ট করা ফাইল) থেকে লগ ডিকোড করতে:
15
16
+`sudo aa-decode - < {{লগফাইল}}`
17
18
+- সহায়তা (help) প্রদর্শন করতে:
19
20
+`aa-decode {{[-h|--help]}}`
0 commit comments