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
idevicebackup2(1)					      General Commands Manual						 idevicebackup2(1)

NAME
idevicebackup2 - Create or restore backup for iDevices running iOS4+. SYNOPSIS
idevicebackup2 [OPTIONS] CMD [CMDOPTIONS] DIRECTORY DESCRIPTION
Create or restore backup from the current or specified directory. OPTIONS
-u, --uuid UUID target specific device by its 40-digit device UUID. -d, --debug enable communication debugging. -h, --help prints usage information. COMMANDS
backup create backup for the device. restore restore last backup to the device. --system restore system files, too. --reboot reboot the system when done. --copy create a copy of backup folder before restoring. --settings restore device settings from the backup. info show details about last completed backup of device. list list files of last completed backup in CSV format. unback unpack a completed backup in DIRECTORY/_unback_/. AUTHORS
Martin Szulecki Nikias Bassen SEE ALSO
idevicebackup(1) idevicebackup2(1)