Which commands confirm the current username and the operating-system kernel name?
Use id for the kernel and top for the username.
id
top
Use whoami for the username and uname for the kernel name.
whoami
uname
Use uptime for identity and cat for the kernel.
uptime
cat
Use uname for the login name and whoami for hardware details.