Login using Social Account
     Continue with GoogleLogin using your credentials
You can also use numbers to represent the permissions.
So, for a file with permissions rwxr-xr-x, the owner has rwx permission which 4+2+1=7 and group and others have r-x which means 4+0+1 = 5. Thus the command you would use to set such permission would be: chmod 755 myfile.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...