Answer Posted / satbeer singh
Shell is a program that takes commands as an input from the
user and interact with the Operating system to execute
those commands.Shell is a wraper around the Operating
system and passes on the information in form of the
commands to get the task done.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Write a shell script to get current date, time, user name and current working directory.
What does path stand for?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How do I read a .sh file?
What is an sh file?
Where are cowrie shells found?
Is powershell a language?
I have 2 files and I want to print the records which are common to both.
Print the 10th line without using tail and head command.
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 happens when you type ls?
How to find duplicate record in file using shell script?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is shell environment?
How to print pid of the current shell?