bookmark_borderTop 10 Linux commands for the beginners

There are lots of commands available in Linux which make the developer task very easy, Today we are going to see about basic commands which are frequently used in Linux Environment.

CommandDescription
lslist the directory and files
cpcopy the list of directory and files
scp copy the files between servers
ssh used to connect remote system and transfer files between server and execute commands
tail print a few lines of that file
cat used to create a single or multi-file, view the file content and concatenate
history used to list all the execute command
cd change directory
top task manager which display CPU and Memory usage
df disk free which display the total and available space

The above commands are more enough for the Linux beginners to manage their daily activities.