LinuxTips:
To find a group name for a user name:
id -gn
To display date in the following format:
dd-mm-yyyy
date +%d-%m-%Y
(It is useful in shell scripts)
World from my view... Technology... Sharing my IT experience... especially unix and linux administration..
To find a group name for a user name:
id -gn
To display date in the following format:
dd-mm-yyyy
date +%d-%m-%Y
(It is useful in shell scripts)