Write a linux shell program to perform a menu driven program to check for file existence,file readable or not,file writeable or not,
Write a menu driven program to check for file existence, file
readable or not, file writeable or not
Code:
Output:
------------------------Check file
------------------------
Enter the file name
satheesh
1.File existence or not
2.Readable or not
3.Writeable or not
4.Exit
Enter your choice
1
File was existence.
Leave a Comment