Results 1 to 3 of 3
Very basic question I'm afraid but I've only been trying this Linux lark for 3 or 4 weeks.
I need to issue the command "LinNeighborhood -m" on start-up of the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-07-2005 #1
Startup script for LinNeighborhood
Very basic question I'm afraid but I've only been trying this Linux lark for 3 or 4 weeks.
I need to issue the command "LinNeighborhood -m" on start-up of the machine. How and where do I do this?
Thanks!
Nosher
- 11-07-2005 #2Just Joined!
- Join Date
- Jun 2005
- Location
- UK
- Posts
- 34
Re: Startup script for LinNeighborhood
Hi,
Originally Posted by Nosher
what I did was to create a file called LinNeighborhood (original
) & entered the following text I then entered the following command in a terminal windowCode:#!/bin/sh LinNeighborhood -m
maybe chmod 770 would suffice.. not sure though (make sure that you are in the same folder as the LinNeighborhood file. Once I did this I then moved the file to the following "/home/user1/.kde/Autostart" & now when my session starts all my mounts have been restored.Code:chmod 777 LinNeighborhood
HTH
- 11-08-2005 #3
Hello JaRaEeZ!
Brilliant! I'd just spent the previous half hour finding out how to actually write a script which involved (as always) getting "Hello World" to come up on the screen, tried your tip and it works a treat! Thank you for the swift reply.
Regards
Nosher


Reply With Quote
