I have a trial of suse enterprise linux server which gives me two months to play around,I want to know how many days have gone by after installation ,this is the way worked for me
ls -alp /etc/ssh/ssh_host_dsa_key.pub | cut -d " " -f6
Source:https://serverfault.com/questions/221377/how-to-determine-the-age-of-a-linux-system-since-installation
ls -alp /etc/ssh/ssh_host_dsa_key.pub | cut -d " " -f6
Source:https://serverfault.com/questions/221377/how-to-determine-the-age-of-a-linux-system-since-installation
No comments:
Post a Comment