Managing Users and Groups RHCSA RHEL 8 - Free Lesson Video Course RHCSA by Sander van Vugt

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Learn configuring user accounts and managing Groups in RHCSA RHEL 8 in this free video lesson from the RHCSA Video Course 3rd edition. This course can also be used to prepare for RHCSA RHEL 9 exam
    Topics: Understanding the need for User Accounts, User Properties, Managing User Default settings, Understanding etc/passwd and etc/shadow.
    The RHCSA Complete Video Course is fully updated for RHEL 8 to learn all for the RHCSA exam. Every objective in the exam is discussed, along with in-depth lessons on complex topics. Each lesson ends with a lab, so you can dive into your own projects and see Red Hat in action; many of these labs mimic scenarios you might find on the exam, so you get the experience you need to practice for the exam. These labs also include video solutions.
    For more info go to www.rhatcert.c... (affiliate)
    60% OFF WITH PROMO CODE: SANDER60
    Buy one of my video courses on PearsonITcertification and InformIT.
    60% OFF when entering PROMO CODE: SANDER60 at the check out page, using the (affiliate) links below. An affiliate link means when you click the link and make a purchase I receive a small commission - at no extra cost to you.
    RED HAT
    - RHCSA in Red Hat OpenStack LiveSessons www.rhatcert.c...
    - OpenStack Certification Complete Video Course www.rhatcert.c...
    - RHCSA Complete Video Course www.rhatcert.c...
    - RHCSA 8 Cert Guide www.rhatcert.c...
    - RHCE RHEL 8 Complete Video Course www.rhatcert.c...
    - RHCE 8 EX294 Cert Guide www.rhatcert.c...
    - RHCE RHEL 7 Complete Video Course www.rhatcert.c...
    - Upgrading to Red Hat Enterprise Linux (RHEL) 8 LiveLessons www.rhatcert.c...
    - Linux High Availability Clustering Complete Video Course www.rhatcert.c...
    - Linux Performance Optimization www.rhatcert.c...
    - Linux Troubleshooting www.rhatcert.c...
    - Red Hat OpenShift Fundamentals LiveLessons www.rhatcert.c...
    - Linux Security Complete Video Course www.rhatcert.c...
    - OpenStack Certification Complete Video Course www.rhatcert.c...
    - Ansible Certification www.rhatcert.c...
    LINUX FOUNDATION
    - Linux Foundation System Administrator (LFCS) - www.rhatcert.co...
    - Linux Foundation Engineer (LFCE) - www.rhatcert.co...
    KUBERNETES
    - Getting Started with Kubernetes www.rhatcert.c...
    - Hands-on Kubernetes LiveLessons www.rhatcert.c...
    - Certified Kubernetes Application Developer (CKAD) www.rhatcert.c...
    - Certified Kubernetes Administrator (CKA) www.rhatcert.c...
    MICROSOFT LINUX
    - Linux on Azure www.rhatcert.c...
    GENERIC LINUX
    - Linux Fundamentals www.rhatcert.c...
    - Ansible Certification www.rhatcert.c...
    - Getting Started with Kubernetes www.rhatcert.c...
    - Hands- On Ansible www.rhatcert.c...
    - Ansible Fundamentals - www.rhatcert.c...
    - Linux Under the Hood - www.rhatcert.c...
    - Bash Scripting Fundamentals www.rhatcert.c...
    - Advanced Bash Scripting www.rhatcert.c...
    - Ubuntu Server Essentials LiveLessons www.rhatcert.c...
    - Novell Cluster Services for Linux and NetWare www.rhatcert.c...
    COMPTIA LINUX+ / LPI
    - LPIC-1 (Exam 101) LiveLessons KUBERNETES
    Getting Started with Kubernetes www.rhatcert.c...
    Hands-on Kubernetes LiveLessons www.rhatcert.c...
    Certified Kubernetes Application Developer (CKAD) www.rhatcert.c...
    Certified Kubernetes Administrator (CKA) www.rhatcert.c...
    VMWare
    - vSphere 6 Foundations (Exam #2V0-620) Complete Video Course www.rhatcert.c...
    Need help to find the right video course?
    Check www.sandervanvu...
    Questions? Contact me via www.sandervanvu...
    Living Open Source Foundation (LOS): livingopensour...
    The mission of the LOS foundation is to change local economies and lives of individuals by bringing open source skills to Africa.
    Stay informed about new (free) courses and promotions by subscribing to my updates via www.sandervanvu...
    Share this video:
    • Managing Users and Gro...

Комментарии • 10

  • @tidiosilly2015
    @tidiosilly2015 Год назад

    Very good session, thank you Van.

  • @rottenfist220
    @rottenfist220 2 года назад

    Hello Sander, in your example "setfacl -m d:g:profs:rx /data/students" somehow is not working (Audrey cannot access/data/students), tried both with Centos 8 & Ubuntu. /data/students is newly created and empty. But when i enter "setfacl -Rm g:profs:rx /data/students" it works. Any ideas what might be wrong?

  • @baberaham
    @baberaham 5 лет назад +1

    To study for RHCE (RHEL 8 version), do you think it would be a good idea to just learn how to perform the objectives of the RHEL 7 version using ansible?

    • @Rhatcert
      @Rhatcert  3 года назад +1

      That's an interesting thought, yeah, I think that would be a nice idea?

  • @DeepakSharma-iu6wn
    @DeepakSharma-iu6wn 4 года назад +1

    Sir how we login in user and root account and seperate screen. So we simultaneously use both account

    • @Rhatcert
      @Rhatcert  3 года назад

      I would advise you start a GUI interface, and from the GUI you open two terminals. Just make sure that in one of these terminals you use your normal user account, and in the other terminal open a root shell, using "su -"

  • @Master_Teco
    @Master_Teco 4 года назад

    Hello, excellent video, is there a way to make it graphical as it was done in RHEL7? first of all, Thanks

    • @Rhatcert
      @Rhatcert  3 года назад

      If you have installed the "server with GUI" pattern, you can use "systemctl start graphical.target". and that would bring you to a graphical mode

  • @michellesunflower5496
    @michellesunflower5496 2 года назад

    At 16:05 how did you exit out of the menu?

    • @Rhatcert
      @Rhatcert  2 года назад +1

      I was in the vi editor. To get out of it after making modifications, first press the Escape key, next type the command :wq! This will allow you to write your changes and get out.