rm ~


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers rm ~
# 8  
Old 01-04-2009
Code:
I don't think that "rm ~" will delete a directory.
Substituting your friend's login name for "friend", what is the output from:
grep \^friend: /etc/passwd
And:
ls -la  /etc/skel
And:
ls -lad ~friend
ls -la ~friend

 
Login or Register to Ask a Question

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