DAY3:Linux Commands
What is Linux command to-
1.To view what's written in a file-cat filename
2.To change the access permissions of files.
chmod- To provide required permissions.
e.g.-chmod 777-READ WRITE EXECUTE for All
r = read permissionw = write permissionx = execu...
gajananb.hashnode.dev1 min read