In which file are global configurations for users who use bash as their login shell set?
Where can you set global shell environment variables for all users independent of their shell?
The /etc/sysconfig/network/ifcfg-XXX configuration file contains a BOOTPROTO option.
Which are possible values of BOOTPROTO?
You want to redirect the output of the ls command to the ls-output file which already exists. The output should
be appended to the file, it should not overwrite the existing content.
Which command accomplishes this task?
You would like to run command1 and then command2, whether or not command1 completed successfully.
Which command accomplishes this task?