Day 6 - File Permissions and Access Control Lists
Create a simple file and do ls -ltr to see the details of the files. As a task, change the user permissions of the file and note the changes after ls -ltr
ubuntu@ip-172-31-2-150:~/Day6$ echo "This is new file" >> new_file.txt
ubuntu@ip-172-31-2-150:~...
shreya-gupta.hashnode.dev3 min read