Use the chmod command and absolute mode to set permissions to read, write and execute the /tmp/test.exe file for all the users.
Working with file modes and permissions
Access for everyone
Report a typo
Sample Input 1:
0444Sample Output 1:
0777Write a program in Shell
#!/usr/bin/env bash
solve() {
# add your solution here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.