Go Back   The UNIX and Linux Forums > Operating Systems > Linux > Ubuntu
Search Forums:



Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support.

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 08-01-2011
Registered User
 

Join Date: Jul 2010
Posts: 96
Thanks: 12
Thanked 8 Times in 8 Posts
What time did Ubuntu installed on machine?

How can I learn what time OS installed time and release information.
Sponsored Links
    #2  
Old 08-01-2011
Registered User
 

Join Date: Jun 2011
Location: From far
Posts: 985
Thanks: 20
Thanked 231 Times in 225 Posts

Code:
ll -d /var/log/installer | awk '{print $6}'

cat /etc/lsb-release

Sponsored Links
    #3  
Old 08-01-2011
Registered User
 

Join Date: Jul 2010
Posts: 96
Thanks: 12
Thanked 8 Times in 8 Posts
Command not found. What can I do?


Code:
# ll
ll: command not found


Code:
# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
#

    #4  
Old 08-01-2011
Registered User
 

Join Date: Jun 2011
Location: From far
Posts: 985
Thanks: 20
Thanked 231 Times in 225 Posts
Sorry. It's my alias. Change it to ls -l.
The Following User Says Thank You to yazu For This Useful Post:
getrue (08-01-2011)
Sponsored Links
    #5  
Old 08-01-2011
Registered User
 

Join Date: Aug 2011
Posts: 6
Thanks: 0
Thanked 2 Times in 2 Posts
Try this command:

ls -lct /etc | tail -1 | awk '{print $6, $7}'
The Following User Says Thank You to Tecaze For This Useful Post:
getrue (08-01-2011)
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
ip on ubuntu installed using Virtual Box manustone Ubuntu 2 04-07-2010 03:07 PM
RSH to Ubuntu machine from Solaris machine? Bradj47 IP Networking 4 12-22-2009 11:29 PM
Findout iLO type installed in a machine skmdu Linux 1 09-25-2009 04:38 AM
How to Find JRE installed in linux machine..? XivaX Shell Programming and Scripting 3 01-31-2008 08:18 PM



All times are GMT -4. The time now is 02:57 AM.