Posts

Showing posts with the label logging out

What are Linux Basic Commands?

What are Linux Basic Commands? LINUX COMMAND Some important Linux commands are as follows: The PWD Command: ''pwd'' stands for present working directory. This command shows the required name and location of the current directory in a list, which is the directory (also called a folder on some operating systems) in which the user is currently working a system. PWD [press Enter] The Is Command: The Is command displays the names of the files and directories in the current working directory. Several options are available for displaying details about the file. Basic Command for the Linux vi Editor: The vi started b y simply entering ''vi''(it is case sensitive) at the Linux prompt, and once started is excited using ESC:q! to abandon changes or SHIFT+ZZ (case sensitive) to save changes. If you want to edit (or create) a specific file uses the command ''vi/path-to-file/name-of-file''. The ''path-to-file'' must already exist as vi ...