Question
नीचे दिए गए शब्दों
का सही हिंदी अनुवाद विकल्पों से चयन करें: Delegation of authority, Decision support system, Workflow automation, Service deliverySolution
Delegation of authority — अधिकार प्रत्यायोजन Decision support system — निर्णय समर्थन प्रणाली Workflow automation — कार्यप्रवाह स्वचालन Service delivery — सेवा प्रदाय
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?