Skip to content

Commit

Permalink
w:hwclock added
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpabloaj committed Jul 20, 2012
1 parent c4ff615 commit 0389845
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 6 additions & 2 deletions wiki/date.md
Expand Up @@ -2,7 +2,11 @@
layout: default
title: date
---

crear un directorio llamado la fecha actual
Crear un directorio llamado la fecha actual

mkdir $(date +%F)

Definir hora

date --set="20 JUL 2012 9:20:00"

12 changes: 12 additions & 0 deletions wiki/hwclock.md
@@ -0,0 +1,12 @@
---
layout: default
title: hwclock
---
Ver la hora del sistema

hwclock --show

Establecer la hora del sistema en el hardware

hwclock --systohc

1 change: 1 addition & 0 deletions wiki/index.md
Expand Up @@ -31,6 +31,7 @@ title : Wiki
[tar](/wiki/tar)
[dd](/wiki/dd)
[du](/wiki/du)
[hwclock](/wiki/hwclock)
[cron](/wiki/cron)
[yum](/wiki/yum)
[sed](/wiki/sed)
Expand Down

0 comments on commit 0389845

Please sign in to comment.