On Fri, Oct 30, 2009 at 1:01 PM, Kenneth Gonsalves <[email protected]> wrote: > On Friday 30 Oct 2009 12:19:33 pm Govi wrote: >> ls ~user1/ instead of ls /home/user1 >> > ls ~/user1/
ls ~/user1/ will list the files in the directory named user1 in the current user's home folder. ls ~/user1 will list the contents of the user1's home directory, normally /home/user1 -- Thank you Balachandran Sivakumar Arise Awake and stop not till the goal is reached. Mail: [email protected] Blog: http://benignbala.wordpress.com/ _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
