|
Re: init.d - scipt: msg#00185sysutils.backup.backuppc.general
Jan, Linux does not use extensions (e.g. .exe, .bat, etc...) for letting the system know that the file is executable. It uses file permissions. the "ls -l /path/to/file" command will tell you the permissions on a file run this command: ls -l /etc/init.d/backuppc permissions work this way: [jeff@firewall jeff]$ ls -l /etc/init.d/backuppc -r-xr-xr-x 1 root root 1793 Jul 23 17:33 /etc/init.d/backuppc the first column "-r-xr-xr-x" is the permissions the first entry is the filetype - (- for a regular file; d for directory, l for link, etc....) you are concerned about the rest of the column. postitions 2 3 and 4 are permissions for the owner of the file (here, root) postitions 5 6 and 7 are permissions for the group of the file (here, also root) postitions 8 9 and 10 are permissions for the rest of the world if the x is not set on the file, it is not executable. run the command "chmod o+x /etc/init.d/backuppc" to set executable for the owner. read the "man chmod" for more precise information. -JPH Jan Kellerhoff wrote: Hello folks, ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ BackupPC-users mailing list BackupPC-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | init.d - scipt: 00185, Jan Kellerhoff |
|---|---|
| Next by Date: | Re: init.d - scipt: 00185, Justin Guenther |
| Previous by Thread: | init.d - scipti: 00185, Jan Kellerhoff |
| Next by Thread: | Re: init.d - scipt: 00185, Justin Guenther |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |