Michael-jx 2017-03-04 01:48:42
Hello , this is your videogame for pc windows ? https://sourceforge.net/projects/black-fps/?source=directory
dionysus69 2017-03-04 01:51:06
are sh and bash commands identical to execute shell script files?
tw 2017-03-04 01:51:56
dionysus69: No. Oh no, no no no. Bash is a superset of sh. If it runs in sh, it will most likely run in bash. The reverse is not true.
StoBrendo 2017-03-04 01:55:50
aZz7eCh: it wont be running still . But it would keep its permissions (its still executable)
sherm 2017-03-04 01:55:54
AFAIK: sh is POSIX compatible, bash can run in POSIX mode making it more like sh
aZz7eCh 2017-03-04 01:56:42
how would it keep its permissions StoBrendo ? what do you mean buddy?
aZz7eCh 2017-03-04 01:57:19
you mean cron can still execute it if its no longer got x permissions?
StoBrendo 2017-03-04 01:58:20
aZz7eCh: ls -l /path/to/chmoded/file
aZz7eCh 2017-03-04 02:03:34
-rw-r--r-- 1 root root 3208 Feb 19 2016 autosuspend
StoBrendo 2017-03-04 02:05:34
aZz7eCh: now do sudo chmod +a /path/to/that/file && ls -l $_
StoBrendo 2017-03-04 02:05:45
sorry
StoBrendo 2017-03-04 02:05:58
aZz7eCh: sudo chmod +x /path/to/that/file && ls -l $_
StoBrendo 2017-03-04 02:06:04
it was +x instead of +a :P
aZz7eCh 2017-03-04 02:31:55
but that will make it executable again, no?
abrotman 2017-03-04 02:33:51
aZz7eCh: yes
user___ 2017-03-04 02:34:29
i dont hav swapspace. if i use "systemctl hibernate", wat wud happen?
aZz7eCh 2017-03-04 02:35:19
so confusing lol. i think StoBrendo just missed i was trying to confirm -x'ing would stop the cron from running without moving the file
aZz7eCh 2017-03-04 02:35:30
sounds like i've done it right.
StoBrendo 2017-03-04 02:36:18
aZz7eCh: if you achieved what you wanted then you did it right. (all but understanding it)
tdn 2017-03-04 02:37:58
Where can I find guidelines for how to upgrade PostgreSQL when upgrading Debian from 7 to 8?
aZz7eCh 2017-03-04 02:39:24
well i understand giving a file executable permissions or not .. question was will cron obey that
aZz7eCh 2017-03-04 02:39:50
if i missed something further, enlighten me :P
user___ 2017-03-04 02:40:25
wat wud happen if i run "systemctl hibernate" without swap partition?
abrotman 2017-03-04 02:40:57
user___: try it, let us know
user___ 2017-03-04 02:41:21
i dont want to screwup now
abrotman 2017-03-04 02:41:28
then don't try it ..
abrotman 2017-03-04 02:42:56
user___: or create a swap file, you don't need a whole partition
awal1 2017-03-04 02:43:18
user___, without swap partition, you still can use ^
awal1 2017-03-04 02:43:22
follow https://wiki.debian.org/Hibernation/Hibernate_Without_Swap_Partition
user___ 2017-03-04 02:43:34
ok