answersLogoWhite

0

What Linux command blanks the screen?

Updated: 8/21/2019
User Avatar

Wiki User

6y ago

Best Answer

clear clears the screen.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Linux command blanks the screen?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command blanks the termail screen erasing previously displayed output?

Clear


What command prints text to the screen in Linux?

echo "This is my text."


What does the cat command do in Linux?

print the contents of a text file onto the screen (like the "type" command in DOS).


What does the k command do in Linux?

k is not a standard command in Linux.


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


Does Pressing the Esc key at the prompt while using the more command display a help screen?

If you're talking about Linux, no it does not.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


Which command blanks the treminal screen erasing previosly displayed output?

It depends. If you are using a Windows Command Prompt, the command is "cls". If you are using a Mac or Unix distribution, the command is usually "clear". Other than that, I would restate the question, specifying the OS and hardware you are using.


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


What is helo for Linux?

Nothing. Helo is not a recognized command in linux.


What is the maximum number of characters Linux allows in a keyboard command?

Linux does not have a limit as to the number of characters you can enter in a command.


What happens when you enter a Linux command in capital letters?

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.