Hi brother,
the following commands will help you do it and practice it give rewards....
Copy files one system to another system in network
#mount -t nfs <IPAddress> : /<Source Directory> /<Target Directory>
To Display Clock
#xclock
Check Process Details:
#top
#ps -ef | grep user/process/servicename
Check Memory Size:
#free
Check Disk space:
#df -k (in %)
#df -h (in GB)
Check Subdirectory files
#du /usr
Hi
plz check this link hope this help you
http://www.coders2020.com/linux-commands
Reward points if helpful
Thanks
Pankaj Kumar
Add a comment