Hi Everyone, i am just started linux basic test and stuck at Question 5.
Identify the package that provides the file /usr/bin/chsh and save the answer in a file called /opt/required_software .
Use sudo if you need to run any command with root level permissions.
Can you please guide what are the commands for this?
uname -a suggests Ubuntu but if you cat /etc/os-release you will see that it’s actually Centos 8.
You will therefore use: yum whatprovides /usr/bin/chsh
I had the same question about finding which package provides /usr/bin/chsh on CentOS 9. After some research, I found the answer. As of now, the OS in our lab is CentOS 9. You can use: