pwd
This is short for "Print current directory."
In Linux, the utility used to display the pathname of the current working directory is the pwd command, which stands for "print working directory." When executed, it outputs the full path of the directory you are currently in. This command is commonly used in terminal sessions to confirm your location within the file system.
hostname.
ifconfig
Type top in a terminal to display Linux processes, which includes PID.
the command "display" brings up the ImageMagick program.
SAR is a command in Linux that serves as a heads up display for the activity of your CPU. There are roughly 40 different syntax you can add to the command to display specific variables of interest.
pwd
Using man ls will open the manual page for the ls command. The ls command lists the files and folders in the current directory.
The command 'pwd' will identify the full path of the present working directory.
exit.
''ipconfig/all''
The time command is used to time a command and not display the actual time. To display the time and date, the date command must be used.