You can type the Whoami command, with no arguments, to learn your current username and nothing more.
<h3>What purpose do Linux's whoami and ID commands serve?</h3>
- Both the Unix and Windows operating systems make use of the whoami command. In essence, whoami is created by concatenating the strings "who," "am," and "i." When this command is used, the username of the current user is displayed.
- It is similar to using the -un options when running the id command.
<h3>What command does a file creation?</h3>
- The cat command can create new files in addition to reading and concatenating existing ones.
- Run the cat command, followed by the redirection operator > and the desired file name to create a new file.
Learn more about Whoami command here:
https://brainly.in/question/16082180
#SPJ4