Access for everyone

Report a typo

Use the chmod command and absolute mode to set permissions to read, write and execute the /tmp/test.exe file for all the users.

Sample Input 1:

0444

Sample Output 1:

0777
Write a program in Shell
#!/usr/bin/env bash
solve() {
# add your solution here

}
___

Create a free account to access the full topic