UNIX Command Example: chmod - Change File(s) Directory(ies) Permission
Logon to UNIX command prompt then copy & past the bellow code to get some interesting result:
chmod 755 test2/test.txt
Here "chmod" is the command to Change File(s) or Directory(ies) Permission. "755" Permission set Owner Group and Others. "test2/test.txt" is the file to Change it's Permission set. If everything went well we should get some interesting result as follows as desired:

No comments:
Post a Comment
leave your comments here..