Pages

Top useful Linux Commands with Examples

In the Linux most useful commands makes you more easy to manage files system.

Let's learn most known Linux commands.

1) Listing files or Directories
     
         If you want to look the list of  directory or files on your Linux system, use the 'ls' command.

$ ls 

2) View File content / details
   
    File content display to use a 'cat' linux command.
$ cat  <filename>

3) Delete the files

    Remove File or Directory from linux system without confirmation to use a 'rm' <filename> linux command
$ rm  <filename>



No comments:

Post a Comment

Popular Posts