Please help me!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Please help me!
# 1  
Old 10-09-2009
Please help me!

Hi.
Recently I read a article about OS and unix and it had some unix commands.
Please tell me what are the meaning these commands.

$ date
Mon Sep 24 12:45:38 BST 2001
$ passwd
passwd: Changing password for dsea03
Enter login password:
New password:
$ 1s
home local mnt packages scratch
$ logout >


Tanx.
# 2  
Old 10-09-2009
Hello,

Per our forum rules, all threads must have a descriptive subject text. For example, do not post questions with subjects like "Help Me!", "Urgent!!" or "Doubt". Post subjects like "Execution Problems with Cron" or "Help with Backup Shell Script".

The reason for this is that nearly 95% of all visitors to this site come here because they are referred by a search engine. In order for future searches on your post (with answers) to work well, the subject field must be something useful and related to the problem!

In addition, current forum users who are kind enough to answer questions should be able to understand the essence of your query at first glance.

So, as a benefit and courtesy to current and future knowledge seekers, please be careful with your subject text. You might receive a forum infraction if you don't pay attention to this.

Your question(s) could easily be answered by searching the Internet with Google. Google is your friend Smilie

Per forum rules, and the benefit of all users, please search the network and the forums before posting a question.

You can easily search the forums using our internal Google search engine or our advanced internal search engine. You can also search our huge UNIX and Linux database by user generated tags or search the database for unanswered questions and provide an answer.


Thank you.

The UNIX and Linux Forums
# 3  
Old 10-09-2009
There's one very useful command you forgot to mention:

Code:
man

Code:
man date
man passwd
man ls

If you get stuck:
Code:
man man

 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question