Question
Recently Airports Authority of India signed an agreement
for operationalization of five airports owned by the Government of Uttar Pradesh for a period of 30 years, which of the following airport is not in this agreement list?Solution
Airports Authority of India (AAI) signed an Operation & Management agreement for operationalization of five airports owned by the Government of Uttar Pradesh for a period of 30 years. These five airports are Aligarh, Azamgarh, Chitrakoot, Muirpur & Shravasti. As per the agreement, AAI will operate and manage the airports and provide all necessary services. Communication Navigation Surveillance/Air Traffic Management (CNS/ATM) services will also be provided by AAI, for which State Government will enter into a separate agreement. Further, Reserved Services will be provided by the respective GoI for which GoUP shall enter a separate Memorandum of Understanding (MoU) with the Ministry of Civil Aviation (MoCA), GoI. AAI will also be responsible for obtaining and maintaining of aerodrome license for these five airports AAI Headquarters: New Delhi Chairman: Arvind Singh
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
What does the exit command do in a shell script?
Which command is used to display the number of lines in a file?
How do you typically make a shell script file executable?
What does $# represent in a shell script?
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Metadata in a data warehouse primarily describes:
Which symbol is used for variable substitution in shell scripting?
What is the exit status code of a successfully executed command in Linux shell?