export command used to export one or more variables to the environment.
For Ex:
$ scname=kugu
$ export scname
In the Korn shell( KSHELL),we can combine these commands into one command:
$export scname=kugu
Use the env (or printenv ) command to display all environment variables and their current values.
k is not a standard command in Linux.
There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.
In a Linux terminal, the command to create a new directory is: mkdir .
In Linux the chmod command is used to set file permissions.
Nothing. Helo is not a recognized command in linux.
Linux does not have a limit as to the number of characters you can enter in a command.
You get a command not found. Linux is case sensitive. So, for example: The command "systemctl" will not be the same as "SystemCTL" to a shell in Linux. One will work, the other will return an error saying there's no such command.
To stop heartbeat in Linux the command line will be service Heartbeat stop To start heartbeat in Linux the command line will be service Heartbeat start
The man command.
pwd
The whoami command.
You can view the history of commands entered on a Linux system with the history command.