Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command to change user expiry date

sudo usermod -e "YYYY-MM-DD" username

#to remove the expiry  date
sudo usermod -e "" linuxize

#to verify
sudo chage -l linuxize
Comment

PREVIOUS NEXT
Code Example
Shell :: locobucci installation 
Shell :: how to safely clean snaps folder in ubuntu 
Shell :: installer robot 3T ubuntu 
Shell :: npm install only works globally eacces 
Shell :: how to install brasero in linux 
Shell :: install nomad on aws linux 2 
Shell :: sed bash change line 
Shell :: Connect to a Windows Maching via RDP 
Shell :: ros2 galactic build from source 
Shell :: pop os headphones stopped working 
Shell :: How to create or generate secret key for django using UUID 
Shell :: play nethack through firewall 
Shell :: Unable to install libgnutls-dev 
Shell :: eslint script in package.json 
Shell :: exec format error Heroku dockerfile 
Shell :: run docker yml arch linux 
Shell :: How to search within a file when displayed with less program 
Shell :: 7zip zip multiple folders 
Shell :: how to check apt upgradable size 
Shell :: git init create new version-controlled projects 
Shell :: docker run +"--entrypoint" args 
Shell :: ubuntu edit file 
Shell :: flask shell context processor 
Shell :: delete 1st row csv for hive table 
Shell :: export VARs into you local env 
Shell :: unix find files with specific year 
Shell :: zsh prompt losing customization when using `sudo su` 
Shell :: combine files with header bash 
Shell :: ssh-keygen -t ed25519 
Shell :: adb install --abi armeabi-v7a aab 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =