Thread: Deleting System Files
how can permanently delete files show in file system icon ? these files user no longer has access computer files still visible other users via home folder ?
if mean user account still there, not used anymore, remove user account , associated files (after backing them up, if necessary):
that delete user username , his/her files.code:sudo deluser --remove-all-files username
if mean have removed user account, users home directory still there, delete (note: potentially harmful command follows, make sure understand , don't typos in path):
that delete entire home directory of user username.code:sudo rm -rf /home/username
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Deleting System Files
Ubuntu
Comments
Post a Comment