Question
नीचे दिए गए शब्दों
का सही हिंदी अनुवाद विकल्पों से चयन करें: Public grievance redressal, Citizen charter, Transparency mechanism, Social accountabilitySolution
Public grievance redressal — लोक शिकायत निवारण Citizen charter — नागरिक अधिकारपत्र Transparency mechanism — पारदर्शिता तंत्र Social accountability — सामाजिक उत्तरदायित्व
Which command is used to search text patterns in files?
Which statement correctly defines a variable in shell scripting?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
Which operator is used to append output to a file?
What does the #!/bin/bash line at the beginning of a shell script indicate?
Which command is used to display the number of lines in a file?
What does the exit command do in a shell script?
Which command is used to display all currently running processes in Linux?
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
Which signal is sent by default when using kill without arguments?