The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-13-2006
tayyabq8's Avatar
tayyabq8 tayyabq8 is offline Forum Advisor  
Moderator
  
 

Join Date: Nov 2004
Location: Bahrain
Posts: 579
How to change password, check this: man passwd

For nohup, check this: man nohup

For space usage in a file system:
Code:
df -v

For regular expressions help, check this: Regular Expressions

For daemon process info, check this: WhatisDaemon

To run the job in background, check the manual pages of: bg & fg

For $*, see the man page of sh: man sh

Hope it helps.

Regards,
Tayyab

Last edited by tayyabq8; 05-13-2006 at 04:55 AM..