Question
What is the purpose of the Reserve Bank of India (RBI)
introducing a Fully Accessible Route (FAR) for investments in sovereign green bonds?Solution
The Reserve Bank of India (RBI) has announced a fully accessible route (FAR) for investments by non-residents in sovereign green bonds to be issued during the current financial year. Earlier, sovereign green bonds issued during 2022-23 were included in the FAR list. It has now been decided to also designate all Sovereign Green Bonds issued by the Government in the fiscal year 2023-24 as ‘specified securities’ under the FAR. The government plans to borrow Rs 20,000 crore through green bonds in the current financial year.
Which of the following is a system call used to create a new process in Unix-like operating systems?
Which command displays the manual page for another command?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
What is the primary purpose of the "shebang" line `#!/bin/bash` at the beginning of a shell script?
Which command is used to read user input from the keyboard and store it in a variable?
Which command is used to combine the contents of multiple files?
Which command is used to display the number of lines in a file?
In a POSIX shell script, which construct correctly tests whether variable x is an empty string?
Which command is used to search for a pattern in files?
Which command is used to display all currently running processes in Linux?