YOU ARE LOGGED IN AS root

#mkdir red /red/1 /red/2                                                 /*
make directories red , red/1 , red/2 */
#cd
red
#cd
1
/* enter into directory 1 */
#rmdir
/root/red/1                                                         /*
remove the directory 1 (it gives no error) */
#cat >
a                                                                      /*
make a file a */
-bash: no such file or directory
(error)
#cd ..
#ls

2
(shows only directory 2) (directory 1 gets removed)
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to