Tags: script

Managing Jobs in the Korn Shell

Linux, Solaris, Aix, HP-UX, Shell Script Send feedback »
The Korn shell enables you to run jobs in the background, which frees your terminal to perform other commands. You can also run jobs in the foreground. You can use Korn shell commands to list current jobs as well as to stop a job. A job is a process… more »

Oracle: Usefull Commands

Technology, Oracle Send feedback »
1.EXPORT: exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log rows=y statistics=none feedback=100 indexes=y consistent=y compress=n; (for individual tables=table1,table2,.....) 2.IMPORT: imp system@test fromu… more »

How to enable Javascript in any browser

Technology Send feedback »
Enable Javascript In Firefox 1.5 Load Options Dialog In Windows Click on "Tools" menu bar at the top of the window. From the drop menu, click on "Options" Load Options Dialog In Linux Click on the "Edit" menu bar at the top of the… more »

Linux: BAK_***restore.sh

Welcome Send feedback »
#!/bin/sh ############################################# # # SYSTEM NAME : # SUBSYSTEM : # SHELL_NAME : RES_***restore.sh # FUNCTION : restore OS image for **** # USAGE :… more »

Linux: BAK_***backup.sh

Technology, Linux Send feedback »
#!/bin/sh ########################################## # # SYSTEM NAME : # SUBSYSTEM : # SHELL_NAME : BAK_***backup.sh # FUNCTION : backup OS image for **** # USAGE :… more »