Deleting a large file does not free up space in Unix.
The root file system on my Solaris Unix server was low on free space, it was 98% full. Upon investigation I found out that there was a very large file …
Read MoreTechnology, Computer, Network and Games Cheat
Day to day technical how to – by Andrew Lin
The root file system on my Solaris Unix server was low on free space, it was 98% full. Upon investigation I found out that there was a very large file …
Read MoreHere is how you can change the NTP server’s information on your Solaris server. Edit /etc/inet/ntp.conf add the below line server ntp.paris.hilton.com You will now need to restart the NTP …
Read MoreSometime ago I had posted a Korn script to automate FTP login and upload of file on a Unix or Linux computer. The default shell for most Linux servers is …
Read MoreThe awk command is very handy when you need to filter the contents of a file, a pipe,or keyboard. It searches each line of input for patterns that you specify …
Read MoreOnce a command is run, a process is created. This process then opens three flows: stdin, called the standard input, where the process will read the input data. By default …
Read MoreI have recently taken ownership of a Solaris 5.9 server and am in the process of migrating the applications over to a recent release. I decided to audit the applications …
Read MoreIf disk space is limited on your Linux or Unix server and you wish to backup a folder or file that is larger than the available free space. Then creating …
Read MoreChanging the default runlevel of the Red Hat Linux server can switch the bootup from Gnome to command line mode. You can make the changes consitent by editing the /etc/inittab …
Read MoreI received an error when loggin onto the Gnome desktop via the server console. The server is running Red Hat Enterprise Linux ver 4. I’m able to logon to the …
Read MoreTelnet is a very old communication protocol, it is not secure because the password authentication is transmitted in clear text. SSH is a secure protocol and is the replacement for …
Read More