Back to DevOps Series

Interview Questions :

What is the difference between 755 and 644?

755
Loading...
Executable file.
644
Loading...
Non-executable file.

Why does a script show "Permission Denied"?

Because execute permission is missing.
Fix:
Loading...

Which command shows permissions?

Loading...

Which command changes permissions?

Loading...

Which command changes ownership?

Loading...