When was Ubuntu Installed?
- Comments Off on When was Ubuntu Installed?
- Uncategorized
How can I tell what date Ubuntu was installed?
Try the following command
sudo ls -alct /|tail -1|awk '{print $6, $7, $8}'
How can I tell what date Ubuntu was installed?
Try the following command
sudo ls -alct /|tail -1|awk '{print $6, $7, $8}'