The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 09-19-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
1. What about

echo >empty
crontab ./empty

2. Are you listed in /etc/passwd ?

3. What are the rights to the /etc/passwd file? eg "ls -ld /etc/passwd"

4. What is the result of "id"?
Reply With Quote