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

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...