Podcast
Questions and Answers
Which command would you use to review the scheduled at jobs as an ordinary user?
Which command would you use to review the scheduled at jobs as an ordinary user?
- # atq
- $ at jobs
- # at jobs
- $ atq (correct)
What does the message 'warning: commands will be executed using /bin/sh' signify?
What does the message 'warning: commands will be executed using /bin/sh' signify?
- The at job is invalid and will not run
- The scripts will be executed in the background
- The scripts will be executed using the /bin/sh shell (correct)
- The at command will only run for root users
Which command is used to delete multiple pending at jobs as root?
Which command is used to delete multiple pending at jobs as root?
- # atrm (correct)
- # atdel
- # atremove
- # atd
What will be the result of executing the atrm command as root?
What will be the result of executing the atrm command as root?
Which aspect of operating systems is directly enhanced by proper localisation settings?
Which aspect of operating systems is directly enhanced by proper localisation settings?
Which components in Linux systems play a role in deciding the proper time and language to use?
Which components in Linux systems play a role in deciding the proper time and language to use?
Why is a common character encoding standard necessary in modern operating systems?
Why is a common character encoding standard necessary in modern operating systems?
What is modified during the installation of the operating system or anytime after regarding localisation settings?
What is modified during the installation of the operating system or anytime after regarding localisation settings?
How do modern operating systems represent written text internally?
How do modern operating systems represent written text internally?