Testdrive


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Testdrive
# 1  
Old 01-18-2007
Testdrive

Hi there
I'm running HP-UX at testdrive.com and its absolutely smashing Smilie

Unfortunately I have few problems that I dont know how to sort it out:

1. I made a directory called aaa, and now I want to delete it.
If I use rm aaa, i have this: rm: aaa directory

Where is the problem why its imposibble to remove this file ?


2. How to finish work with vi editor? I was trying :Q,:q - nothing Smilie

cheers
# 2  
Old 01-18-2007
1) try rmdir

2) try :q! or to save changes :wq!
 
Login or Register to Ask a Question

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