What command is used to display the list of all users in Linux?
cut
Which command is used to modify the properties of a user account in Linux?
usermod
What command is used to create a new group in Linux?
groupadd
Which command is used to remove a group from Linux?
groupdel
What command is used to add a user to a group in Linux?
usermod
Which command is used to remove a user from a group in Linux?
gpasswd
What command is used to display the IP address of a Linux system?
ip addr show
Which command is used to check network connectivity in Linux?
ping
What command is used to display the routing table in Linux?
route
Which command is used to configure network interfaces in Linux?
Ifconfig
What command is used to check the network status in Linux?
netstat
Which command is used to display the DNS configuration in Linux?
resolv.conf
What command is used to display active network connections in Linux?
netstat
Which command is used to set up a static IP address in Linux?
Ifconfig
What command is used to display the network interface statistics in Linux?
netstat
Which command is used to display the MAC address of a Linux system?
ip link show