answersLogoWhite

0

Where is log off command?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

For this site, on the left, next to where it says 'Hi ...'

For a computer hold in ctrl alt delete. Then press log off?

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What command is most likely to log you out of an FTP command line?

I would try 'exit'.


How do you log off of a iCarly account?

On most sites, you just click Log Out or Log Off.


How do you un-ignore a friend in transformice?

Log out and log back in.


What is the command a user invokes to log off Linux from the command shell?

Type exit to leave a terminal.


Does log rhyme with off?

No, log does not rhyme with off. Please see the related questions below for "What rhymes with log?" and "What rhymes with off?"


How can you see a log of internet connections using command prompt in windows vista?

use the netstat command.


Which command let you know who is log in on LINUX?

# last -w


How do you log off of total drama island?

click log off


What is log off administrator?

It means that the administrator accound is about to log off


How do you log off from gmail in Samsung Galaxy pop?

You can log off from Gmail app in Samsung Galaxy Pop. The log off is not present in the application. You have to go to settings, account, gmail account to log off from there.


How do you log off peoples computers in school?

Go to Start > Log Off.


How do you have Linux dump the output of a command to a text file?

This can be done using the logsave command. To save the output of a command to a log file using logsave, type the command using the following syntax:logsave (path and name of log file)'(command)'Notice how there are single quotation marks around the name of the command. Although these are not necessary for all commands, it may be required for commands containing spaces or other special characters. Unlike in Windows, where the output of the command can either be written to standard output or a log file, logsave will write a copy of the output to both.If the command has progress bar output, you may want to use the -s argument to prevent these lines from being written to the log file. Also, by default logsave does not append the log file, but instead overwrites it, so if you are using a bash script or something to write a log of output, the -a argument may be useful to ensure that the previously written text is appended instead of being replaced.