How do I delete all files (only files and not subdirs) located in /var/pub/ftp/incoming and its subdirectories under Linux or UNIX operating systems?
{ 0 comments }
I see the following error in my SELinux enabled CentOS or RHEL server:
Jun 21 13:58:43 server3 restorecond: Will not restore a file with more than one hard link (/etc/resolv.conf) No such file or directory
Jun 21 16:14:51 server3 restorecond: Will not restore a file with more than one hard link (/etc/resolv.conf) No such file or directory
Jun 22 13:32:23 server3 restorecond: Will not restore a file with more than one hard link (/etc/resolv.conf) No such file or directory
How do I fix this problem?
{ 0 comments }
How can I find all all hidden files and directories (starting with . character) under UNIX or Linux and delete them using bash or ksh shell?
{ 0 comments }