Question
The Constitution (101st) Amendment Act, 2016 pertains to
which of the following?Solution
The Constitution (101st) Amendment Act, 2016 introduced provisions related to the Goods and Services Tax (GST) in India. It mandates the central government to compensate states for any revenue loss resulting from the implementation of GST for a period of five years. This compensation is provided through an additional cess on specific goods and services under the GST framework.
Extended globbing in bash allows:
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?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which signal is sent by default when using kill without arguments?
Which command is used to find the number of lines, words, and characters in a file?
What does $# represent in a shell script?
Which operator enables process substitution?
What does #!/bin/bash at the start of a script mean?
Which command is used to display the last few lines of a file?
If a program needs to read data from a file, which system call would it typically use?