آموزش فعال سازی یوزر root در اوبونتو 18.04 پرینت

  • 8


بعد از نصب اوبونتو نسخه 18 یوزر روت به صورت پیش فرض غیر فعال می باشد
برای فعال سازی از آموزش انگلیسی زیر پله پله کامندها را بزنید
این آموزش بسیار مفید و کاربردی می باشد و بعد از نصب اوبونتو نسخه 18 نیاز به یوزر روت ضروری می باشد

enable root : sudo -i
2. For desktop Ubuntu, root user need to be enabled first so that remote machines can SSH to it via root:
Run command below to set a password for root:
sudo passwd root
Then execute command to unlock the root account:
sudo passwd -u root
Edit the config file /etc/ssh/sshd_config, change the line
PermitRootLogin without-password
into:
PermitRootLogin yes
When done, restart the SSH service.
sudo /etc/init.d/networking restart

آیا این پاسخ به شما کمک کرد؟

« برگشت