Imagine you have a project file called /tmp/program.py. Your task is to make this file executable for other users without overriding previous permissions. Use the chmod command and symbolic mode to do the task.
Working with file modes and permissions
Change other permission
Report a typo
Sample Input 1:
-r--r--r--Sample Output 1:
-r--r--r-xWrite 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.