Linux

View Account details

chage -l <username>

Change Expiry date of user Account

chage -E “2030-01-01” <username>

if your account has ALL privileges - you can log in as root with the log on (-i) sudo command and your accounts password.

sudo -i

If telnet is not installed but CURL is - then you can test TCp connectivity using CURL.

curl -v telnet://123.123.123.123:443
  • os/linux/home.txt
  • Last modified: 2024/10/23 11:31
  • by gerardorourke