0 votes
in DevOps by (30.8k points)
What is the default file permissions for the file and how can I modify it?

1 Answer

0 votes
by (23.1k points)

Default file permissions are : rw-r—r—

If  I want to change the default file permissions I need to use umask command ex: umask 666

Related questions

0 votes
0 votes
...