Results 1 to 6 of 6
Hi all
i want to sustain some contents in a particular directory say /usr/bin/dir1 after reboot
can anyone provide some help how to do that ?
thanx in advance...
- 02-01-2011 #1Just Joined!
- Join Date
- Dec 2010
- Location
- India
- Posts
- 45
sustain data after reboot
Hi all
i want to sustain some contents in a particular directory say /usr/bin/dir1 after reboot
can anyone provide some help how to do that ?
thanx in advance
- 02-01-2011 #2
Apart from the fact that /usr/bin/dir1 sounds awfully wrong according to Filesystem Hierarchy Standard,
What is your actual problem?
If you save a file, a harddisk will keep it over reboots.You must always face the curtain with a bow.
- 02-01-2011 #3Just Joined!
- Join Date
- Dec 2010
- Location
- India
- Posts
- 45
actually i am creating a shell in which path will be /usr/bin/<dirname>
and inside this directory i am creating soflinks of some commands .
but after reboot i am unable to sustain those softlinks and theres no provision of saving them in harddisk .
- 02-01-2011 #4
What is you system media?
harddisc, cdrom, network boot,...?You must always face the curtain with a bow.
- 02-01-2011 #5Just Joined!
- Join Date
- Dec 2010
- Location
- India
- Posts
- 45
network boot
- 02-01-2011 #6
then there are two options
a) you have control over the server: create your files there
b) you only have control over the client: if it has no local storage like a harddisc or usb-storage, then you are out of luck.You must always face the curtain with a bow.


Reply With Quote