Hi,
I am trying to make symbolic link:
ln -s /home/application /application
where /home/application is NFS mounted file. I got follwing error:
ln: creating symbolic link `application': No such file or directory even in su mode.
Any idea?
Thanks.
I have a very simple (for now) startup script which I want to run whenever the machine boots.
Under RHEL6, I can put the script into /etc/init.d/paxjob and then create a link from the runlevel directory:
cd /etc/rc5.d
ln -s ../init.d/paxjob S99paxjob
The, on reboot, my script runs fine.
However, trying to do the same under SLES11 is not working.
I am currently working on a project which needs to be added to inittab so that the program loads during startup.
The program that I am trying to start is a c# mono application. I have created a start script and if the start script is run manually the program launches fine. However, when I put it into inittab the program doesn't launch.
I am running Atlassian JIRA on Ubuntu 12.04 LTS (Precise Pangolin). I would like to automatically start JIRA whenever the system boots. For this purpose, I created script jira in /etc/init.d, similar to the one described in Atlassian's Wiki.
I can manually start / stop JIRA by calling /etc/init.d/jira accordingly. However, JIRA does not start during the boot process.
How do I start an application automatically after login?
I have my code mounted as an sshfs in my home directory, but the hierarchy is difficult to remember, so I created a symlink in my home directory leading to that directory.
I have a bash script that works with relative paths. It needs to have a working directory that is equal to the directory the script is stored in. This works fine as long as I start it from the prompt, because I can cd to the script's directory first.
Hello,
I'm having a problem getting a program to run from /etc/init.d/rc.local. I can run my script manually once the system has booted.
Hi Everyone !
i want to make an application which is written in shell script and in Bourne shell (sh)
i want, when my script is executed, it read all the files in the directly and move them to folders according to their extension.
suppose i have a files:
test.txt
test.jpg
test.docx
test.tgz
all files txt goes to directory txt, jpg extention files goes to folder jpg and same the docx files to