Skip to content

Commit 8acce9b

Browse files
authored
aa-decode: add Bengali translation (#19150)
1 parent e30e88b commit 8acce9b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages.bn/linux/aa-decode.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)