Question
Which of the following is a key responsibility of the
'Company Secretary' in relation to corporate governance?Solution
The Company Secretary plays a pivotal role in corporate governance by acting as a compliance officer. They are responsible for ensuring that the company adheres to all applicable laws, rules, and regulations, and that the board procedures are followed correctly.
In bash, which command is used to trap and handle signals like SIGINT?
Which symbol is used for logical AND in shell scripting?
To check if a file /tmp/data.txt is both readable and writable by the current user in a shell conditional, which test is correct?
How do you access the value of a variable named `USERNAME` in a shell script?
Which command is used to search text patterns in files?
In shell scripting, which command is used to read input from the user?
What does the #!/bin/bash line at the beginning of a shell script indicate?
Which command is used to display the current working directory in a Unix-like operating system?
Which command is used to search for a pattern in files?
Which command is used to check the current working directory in Linux?