Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
05-31-2012, 06:33 AM
|
#1
|
LQ Newbie
Registered: May 2012
Posts: 14
Rep:
|
Symbolic link in linux
I have created a link , it shows that there is link . But it seems like that it is inactive. how i can make it active.
|
|
|
05-31-2012, 06:39 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
there is no such thing as an "inactive" link. What do you mean by this? There is certainly no action ever performed to a symlink. it either points to a real file or it doesn't.
|
|
|
05-31-2012, 06:59 AM
|
#3
|
LQ Newbie
Registered: May 2012
Posts: 14
Original Poster
Rep:
|
sir i have created a link of /usr/share/zoneinfo/asia/calcutta /etc/localtime. Link has been created. while i view it shows a blank in Localtime and while i view it by ls -l localtime, it show link but it show unhighlighted /usr/share/zoneinfo/asia/calcutta .
|
|
|
05-31-2012, 07:23 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
that sounds just fine to me. a link in a coloured ls output should be light blue on black, and its target just normal white on black.
|
|
|
05-31-2012, 08:06 AM
|
#5
|
LQ Newbie
Registered: May 2012
Posts: 14
Original Poster
Rep:
|
Thanks.
[root@erpt etc]# ls -l localtime
lrwxrwxrwx 1 root root 33 May 31 15:38 localtime -> /usr/share/zoneinfo/Asia/Calcutta
Color of 'localtime' is cyan and color of '/usr/share/zoneinfo/Asia/Calcutta' is grey. But the color of "/usr/share/zoneinfo/Asia/Calcutta" should be GREEN.
Sir, I am created link , but still LOCALTIME is empty. and i have found the difference between linked file as above. Please advise me why it is so. I need your help desperately.
|
|
|
05-31-2012, 08:12 AM
|
#6
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,495
|
can you please show us how did you create that link (exactly)
|
|
|
05-31-2012, 08:12 AM
|
#7
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
again, this all looks fine to me. I can't see anything to provide help with. The colour should NOT be green. green on an ls output is an executable file. zoneinfo files are NOT executable.
what happens if you run "diff /etc/localtime /usr/share/zoneinfo/Asia/Calcutta" if there is no output, then the files are the same, meaning that the link is working perfectly.
|
|
|
06-01-2012, 04:19 AM
|
#8
|
LQ Newbie
Registered: May 2012
Posts: 14
Original Poster
Rep:
|
@pan64
@pan64
Intially i had changed the time in graphical mode on Linux. Thereafter when i prompted the DATE command . I found that time is being shown in UTC. Then i remove the file /etc/localtime by taking its backup. I have created a symbolic link as follow :
#ln -sf /usr/share/zoneinfo/Asia/Calcutta /etc/localtime
#hwclock --systohc
But still it is showing the time in UTC. Moreover i have tried to see the contents /etc/localtime. It is empty. (I have another server/machine , in which time is in IST and when i view the /etc/localtime, it does how some data in it. )
I have few queries : 1. Why /etc/localtime is empty?
2. Does DATE command read from etc/localtime or not?
Please assist me.
|
|
|
06-01-2012, 04:21 AM
|
#9
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
please answer the questions I asked
|
|
|
06-01-2012, 04:27 AM
|
#10
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,495
|
Can you check what acid_kewpie asked?
see man page of date:
Quote:
Environment
TZ
Specifies the timezone, unless overridden by command line parameters. If neither is specified, the setting from /etc/localtime is used.
|
you can check it with strace.
_____________________________________
If someone helps you, or you approve of what's posted, click the "Add to Reputation" button, on the left of the post.
Happy with solution ... mark as SOLVED
(located in the "thread tools")
|
|
|
06-01-2012, 04:40 AM
|
#11
|
LQ Newbie
Registered: May 2012
Posts: 14
Original Poster
Rep:
|
@acid_kewpie
i have run on prompt, there is no output.
|
|
|
06-01-2012, 04:44 AM
|
#12
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
right so no output means the files are the same, so the real file is also blank... Maybe you overwrote it somehow?
|
|
|
06-01-2012, 04:50 AM
|
#13
|
LQ Newbie
Registered: May 2012
Posts: 14
Original Poster
Rep:
|
@pan64, sir i hv explained you what i did. Now pls advise me way out to bring the time in IST
|
|
|
06-01-2012, 04:55 AM
|
#14
|
LQ Newbie
Registered: May 2012
Posts: 14
Original Poster
Rep:
|
@acid_kewpie, may be.. it has been overwritten. i also tried to change the Timezone with SETUP command.
|
|
|
06-01-2012, 05:01 AM
|
#15
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,495
|
you need to restore that file I think. probably you need to reinstall the package (just I do not know what kind of OS you have)
|
|
|
All times are GMT -5. The time now is 01:14 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|