How will you print the login names of all users on a system?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is shell and shell script?
What is a boot block?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What does chmod do?
How do I open the shell in cmd?
What are the different communication commands available in the shell?
Write down the syntax of "for " loop
What is option in shell script?
What is the use of "$#" in shell scripting?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.