What is ms powershell?
No Answer is Posted For this Question
Be the First to Post Answer
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the syntax of "grep" command?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
What is gui scripting?
How will you find the 99th line of a file using only tail and head command?
Explain about echo command?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
Explain about stdin, stdout and stderr?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What is a beat in a script?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What will happen to my current process when I execute a command using exec?