Linux Commands are Commonly Use – 16 (T, U)

➡151. 'top' কমান্ড ব্যবহার করে রিয়েল টাইম প্রসেস (PID, RAM, CPU) মনিটরিং করা যাবেঃ[root@desktop ~]# top নোটঃ 'top' কমান্ড থেকে বের হওয়ার জন্য কীবোর্ড থেকে ‘q’ বাটন প্রেস করতে হবে।➡152.…

Continue ReadingLinux Commands are Commonly Use – 16 (T, U)

Linux Commands are Commonly Use – 15 (S, T)

➡141. 'sed' কমান্ড ব্যবহার কোনো ফাইলের মধ্যে নির্দিষ্ট লাইন প্রিন্ট করা যায়ঃ[root@desktop ~]# sed -n 46p /etc/profileHISTSIZE=1000 ➡142. 'sort' কমান্ড ব্যবহার কোনো ফাইলের মধ্যে লাইন সমূহ ‘A’ থেকে ‘Z’ আকারে…

Continue ReadingLinux Commands are Commonly Use – 15 (S, T)

Linux Commands are Commonly Use – 14 (S)

➡131. 'route' কমান্ড ব্যবহার করে রাউটিং টেবিল এবং গেটওয়ে (Default) দেখা যাবেঃ[root@desktop ~]# route –n Destination    Gateway      Genmask       Flags   Metric  Ref   Use   Iface0.0.0.0     …

Continue ReadingLinux Commands are Commonly Use – 14 (S)

Linux Commands are Commonly Use – 13 (R, S)

➡121. 'pkill' কমান্ড ব্যবহার করে কোনো প্রসেসের নাম ব্যবহার করে টার্মিনেট (Kill) করা যাবেঃ             [root@desktop ~]# pkill firefox ➡122. 'poweroff' কমান্ড ব্যবহার করে লিনাক্স সিস্টেম…

Continue ReadingLinux Commands are Commonly Use – 13 (R, S)

Linux Commands are Commonly Use – 12

111. 'mtr' কমান্ড ব্যবহার করে ‘Traceroute’ সম্পর্কিত বিভিন্ন তথ্য পাওয়া যায়ঃ        [root@desktop ~]# mtr www.google.com➡112. 'nano' কমান্ড দিয়ে যে কোনো টেক্সট ফাইল খোলা যায় এবং ভিতরে টাইপ করে সেভ করা যাবেঃ[root@desktop…

Continue ReadingLinux Commands are Commonly Use – 12

Linux Commands are Commonly Use – 11

➡101. 'ls' কমান্ড ব্যবহার করে ডিরেক্টরির মধ্যে সকল ফাইল/ডিরেক্টরির লিস্ট পাওয়া যাবেঃ[root@desktop ~]# lsDocuments   Music      Public     VideosDesktop     Downloads  Pictures   Templates➡102. 'lsblk' কমান্ড ব্যবহার করে সিস্টেমের ডিস্ক…

Continue ReadingLinux Commands are Commonly Use – 11

Linux Commands are Commonly Use – 10

➡91. 'journalctl' কমান্ড ব্যবহার করে সিস্টমের সার্ভিস বা ডেমন সম্পর্কিত বিস্তারিত জানা যায়ঃ[root@desktop ~]# journalctl[root@desktop ~]# journalctl -xe➡92. 'kill' কমান্ড ব্যবহার করে সিস্টেমের বিভিন্ন প্রসেস স্থায়ী ভাবে সাসপেন্ড (kill) করা…

Continue ReadingLinux Commands are Commonly Use – 10

Linux Commands are Commonly Use – 9

➡81. 'id' কমান্ড ব্যবহার করে বর্তমান ইউজারের বা অন্য ইউজারের UID (User ID) বের করা যাবেঃ[root@desktop ~]# iduid=0(root) gid=0(root) groups=0(root)[root@desktop ~]# id studentuid=1000(student) gid=1000(student) groups=1000(student)➡82. 'ip link' কমান্ড ব্যবহার করে…

Continue ReadingLinux Commands are Commonly Use – 9

Linux Commands are Commonly Use – 8

➡71. 'gunzip' কমান্ডের মাধ্যমে কোনো ফাইলকে Extract (De-Compress) করতে পারি। নিচের কমান্ডের মাধ্যমে আমরা 'test.gz' ফাইল কে extract De-Compress) করা হবে।[root@desktop ~]# gunzip file1.gz[root@desktop ~]# lsfile1➡72. 'getsebool' কমান্ড ব্যাবহার করে…

Continue ReadingLinux Commands are Commonly Use – 8

Linux Commands are Commonly Use – 7

➡61. 'getenforce' কমান্ড ব্যবহার করে 'SELinux' এর মোড জানা যাবেঃ[root@desktop ~]# getenforceEnforcing➡62. 'getfacl' কমান্ড ব্যবহার করে লিনাক্সে কোনো ফাইল বা ডিরেক্টরির 'acl' পার্মিশন জানা যাবেঃ[root@desktop ~]# getfacl file1 # file:…

Continue ReadingLinux Commands are Commonly Use – 7