Linux Commands are Commonly Use – 19 (W, X, Y, Z)

➡181. 'which' কমান্ড ব্যবহার করে কোন কমান্ড কোন ডিরেক্টরি থেকে রান করে সেটা জানা যাবেঃ [root@desktop ~]# which useradd /usr/sbin/useradd [root@desktop ~]# which ping /usr/bin/ping নোটঃ লিনাক্সে যত কমান্ড আছে…

Continue ReadingLinux Commands are Commonly Use – 19 (W, X, Y, Z)

Linux Commands are Commonly Use – 18 (V, W)

➡171. 'vgcreate' কমান্ড ব্যবহার করে নতুন Volume Grup (VG) তৈরি করা যায়ঃ[root@desktop ~]# vgcreate /dev/sdb /dev/sdc /dev/sdd নোটঃ এখানে ‘/dev/sdb, /dev/sdc, /dev/sdd’ আলাদা আলাদা হার্ডডিস্ক।➡172. 'vi/vim' কমান্ড ব্যবহার করে যে…

Continue ReadingLinux Commands are Commonly Use – 18 (V, W)

Linux Commands are Commonly Use – 17 (U, V)

➡161. 'uptime' কমান্ড ব্যবহার করে সিস্টেম কখন থেকে চালু আছে এবং কয় জন ইউজার লগইন করে, পাশাপাশি লোড (CPU Usages) আছে জানা যাবেঃ[root@desktop ~]# top 07:15:33 up 2:28, 2 users,…

Continue ReadingLinux Commands are Commonly Use – 17 (U, V)

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 – 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