|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Well you r best judge of that. Usually maintenance work can be done during non-business hours.
|
| Sponsored Links | ||
|
|
|
#9
|
|||
|
|||
|
Code:
shutdown -rF now -bash: shutdown: command not found |
|
#10
|
|||
|
|||
|
Run the command as root. The command shutdown is in /sbin and usually
only root has access to that directory... Also,what OS are you using? |
|
#11
|
|||
|
|||
|
Hey proactiveaditya,
this is not my own webserver. The server belongs to 1+1 (Webhoster) and I can not login as root... Next week I will call the Hotline from 1+1, maybe they can delete the directory. Thank you very much! Regards, Joe |
|
#12
|
||||
|
||||
|
Works fine here: Code:
neo@www:/tmp# mkdir a neo@www:/tmp# touch a/file.txt neo@www:/tmp# rm -r a neo@www:/tmp# List the files in the directory and post back: Code:
ls -la views Seems you don't have permissions..... |
|
#13
|
|||
|
|||
|
Is your directory nfs or samba mounted? I that case, you wouldn't be able to delete the directory.
Type mount with no options or showmount to get some clues. showmount might not work if you aren't root. Maybe you could cat /etc/fstab, and look for nfs mounts. If the directory is automounted, it's a little more complex. Either way, the hosting provider probably would have to remove the directory for you. Hmmmm.... or.... Maybe your directory is a filesystem mounted by itself (likely). I don't think you could delete it if that's the case. (I'm a little rusty) I think you would have to unmount it, and then delete the mount point. Type "df" to show all mounted file systems. Last edited by jpm; 12-26-2009 at 06:47 PM.. |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with image display stored outside webserver in Unix? | nsurendiran | Web Programming, Web 2.0 and Mashups | 1 | 12-27-2009 06:50 AM |
| using c programming in unix to delete zero-byte files in a specified directory | sogetsu009 | Shell Programming and Scripting | 3 | 08-26-2009 02:05 AM |
| Can't delete directory | funksen | Solaris | 4 | 03-09-2007 01:14 PM |
| delete a directory | madmat | UNIX for Dummies Questions & Answers | 4 | 01-25-2007 10:14 AM |
| Can't delete a directory on HP-UX | oradbus | HP-UX | 2 | 05-31-2005 03:32 PM |