Timeline for chown doesn't work through script
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:36 | history | edited | CommunityBot |
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
|
|
| Jul 9, 2016 at 13:14 | review | Close votes | |||
| Jul 9, 2016 at 13:27 | |||||
| Jul 9, 2016 at 13:02 | history | edited | George | CC BY-SA 3.0 |
added 152 characters in body
|
| Jul 9, 2016 at 13:01 | vote | accept | George | ||
| Jul 9, 2016 at 12:52 | answer | added | Chris Davies | timeline score: 3 | |
| Jul 9, 2016 at 12:37 | comment | added | George | @Barmar:Hello , I updated. | |
| Jul 9, 2016 at 12:36 | history | edited | George | CC BY-SA 3.0 |
added 219 characters in body
|
| Jul 9, 2016 at 9:36 | comment | added | Barmar |
What he means is to run the script using bash -x scriptname. Or put set -x in the script itself.
|
|
| Jul 9, 2016 at 5:42 | history | edited | phemmer | CC BY-SA 3.0 |
added 4 characters in body
|
| Jul 8, 2016 at 21:42 | answer | added | MelBurslan | timeline score: -3 | |
| Jul 8, 2016 at 21:35 | comment | added | George |
@thrig:Just write /bin/bash -x from a terminal?It shows many lines and I can't see something related.I tried also #! /bin/bash -x inside the script but where do I see the messages?
|
|
| Jul 8, 2016 at 21:28 | comment | added | thrig |
What's the exit code after running? Could you /bin/bash -x it to trace what is going on?
|
|
| Jul 8, 2016 at 21:20 | history | asked | George | CC BY-SA 3.0 |