Posts in this series
- Linux টিউটোরিয়াল সমূহ
- Linux Bangla – লেকচার-01: How to install Redhat Linux?
- Linux Bangla – লেকচার-02: How to break root password in Redhat 7 linux?
- Linux Bangla – লেকচার-03: How to create File and Folder in Linux?
- Linux Bangla – লেকচার-04: User and group administration
- Linux Bangla – লেকচার-05: How to create partition?
- Linux Bangla – লেকচার-06: How to create swap partition?
- Linux Bangla – লেকচার-07: How to configure file permission?
- Linux Bangla – লেকচার-08: How to configure network in Linux?
- Linux Bangla – লেকচার-09: How to configure repository?
- Linux Bangla – লেকচার-10: How to configure virtualization?
- Linux Bangla – লেকচার-11: How to configure SAMBA Server?
- Linux Bangla – লেকচার-12: How to configure ISCSI?
- Linux Bangla – লেকচার-13: How to configure MariaDB?
- Linux Bangla – লেকচার-14: How to configure Web server?
- Linux Bangla – লেকচার-15: How to configure Mail server?
- Linux Bangla – লেকচার-16: How to configure FTP Server?
Redhat 7 linux এর Root ইউজার এর পাসওয়ার্ড break করার জন্য আমাদের যে কাজগুলো করতে হবে তা হলো-
১) PC রিবুট দিয়ে e প্রেস করতে হবে।
২) Linux16 লাইন এর শেষে rd.break টাইপ করে Ctrl+x প্রেস করতে হবে।
৩) mount –oremount,rw /sysroot/ টাইপ করে Enter প্রেস করতে হবে।
৪) chroot /sysroot/ টাইপ করে Enter প্রেস করতে হবে।
৫) passwd root টাইপ করে Enter প্রেস করতে হবে।
৬) touch /.autorelabel টাইপ করে Enter প্রেস করতে হবে।
৭) সবশেষে exit টাইপ করে বের হতে হবে।