Give command that will make the file "run.sh"
executable?

Answer Posted / puja

chmod 777 run.sh
./run.sh

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the md command do?

760


What is updatedb?

756


What is .sh file?

824


Which command is used to find whether the system is 32 bit or 64 bit?

808


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1949






How to use grep command to list find the records of a file containing 10 different strings?

827


What is the comma to display different lines that are found when compare two files?

779


Name the general commands in using unix os for a beginner?

785


Which unix command to make a new directory?

777


Why is it called a shebang?

781


What does the command '$ls | wc –l > file1' do?

885


Why is grep called grep?

976


What is the difference between cat command and more command?

776


Which command is used to copy files?

798


What is unix command line?

793