Write a shell script to read a file name and change the existing file permissions.
Answers
Answered by
0
Script to change permissions on a file
To change the file or the directory permissions, you use the chmod (change mode) command. There are two ways to use chmod — the symbolic mode and the absolute mode.
Similar questions