Hi!
Distri: Debian
Das geht wirklich, staun.
Muss mich schlaumachen.
Code:
manx@debian:~$ su
Password:
debian:/home/manx# ls -al .profile
ls: .profile: No such file or directory
debian:/home/manx# touch .profile
debian:/home/manx# ls -al .profile
-rw-r--r-- 1 root root 0 Nov 12 22:25 .profile
debian:/home/manx# exit
exit
manx@debian:~$ ls -al .profile
-rw-r--r-- 1 root root 0 Nov 12 22:25 .profile
manx@debian:~$ rm -rf .profile
manx@debian:~$ ls -al .profile
ls: .profile: No such file or directory
manx@debian:~$
Manx