What is Linux language details
No Answer is Posted For this Question
Be the First to Post Answer
What is awk in shell script?
What is eval in shell script?
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.
How do I edit a .sh file?
How would you print just the 25th line in a file using smallest shell script?
What is the significance of $#?
What does the sh command do?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
c program to check whether all the directories in the path exists has read and write permission
Is shell a part of kernel?
Explain about "s" permission bit in a file?
What is the first line in a shell script?