What does chmod do?
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.
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
What is shift command in shell script?
Why do we use shell scripting?
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
What are the four fundamental components of every file system on linux?
How does ls command work?
What does $0 mean in shell script?
Explain about sourcing commands?
why did you apply to shell
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
What is the use of a shebang line?