Linux Interview Questions And Answered Part-2
Q.1 What are the different types of permissions for a file in Linux?
. Read (r)
. Write (w)
. Executable (x)
Q.2 Which permission allow a user to run an executable file (script)?
we need to provide executable(x) permission to the user.
Q.3 How to wri...
dhirajubhalkar.hashnode.dev3 min read