other-(none), group-x(read,write), user-rwx(read, write, execute). Now, change to the directory and list the contents of the directory. After this, change the permissions of the user to only rw(read, write). Change and list the contents of the directory. What happens? Add x permission back to the directory and remove the rw permissions to the directory. Change and list the contents of the directory again. What is your observation now? Change the permission to r-x (read and execute only, no write). What operations are possible and not possible in this directory?