linux

How to undelete any open, deleted file on linux / solaris

# uname -a SunOS cmsgcc 5.10 Generic_137137-09 sun4v sparc SUNW,SPARC-Enterprise-T5220 # echo “Undelete any open file” > test.txt # tail -f test.txt & 25552 # Undelete any open file # rm test.txt # ls /proc/25552/fd 0 1 2 # cat /proc/25552/fd/0 Undelete any open file # cp /proc/25552/fd/0 ./test.txt # cat ./test.txt Undelete any open …

How to undelete any open, deleted file on linux / solaris Read More »

Linux: iSCSI Initiator installation & configration

Installation Instructions: Red Hat Supplied iSCSI Initiator: Find the RPM on the Red Hat Media, then install it using the rpm –ivh command as follows: # rpm –ivh iscsi-initiator-utils-6.2.0.742-0.5.el5 NOTE: This is the version for Enterprise Linux AS 5. Your version may be different. An alternative to installing this package manually in Red Hat Enterprise …

Linux: iSCSI Initiator installation & configration Read More »

Scroll to Top