Saturday, October 31, 2020

Linux Basic Command for every Day use

#Change Date 

 timedatectl set-time [RRRR-MM-DD]

 timedatectl set-time 2020-11-01

#Change Time

timedatectl set-time [HH:MI:SS]

timedatectl set-time 01:10:10

#Display Time Format like AM/PM

date +%c 

#Change Linux user password (Same)

passwd 

#Linux change password for other user account

passwd oracle

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...