Hi,
I am not an expert in FreeBSD libraries.
I was trying to make Sawmill 8 work on my FreeBSD 7.0 system. In the process I created soft links for some of the .so files to try and fool S...
How do I open Port 389 on a Solaris 10 box? I need to enable telnet to port 389.
What are the specific steps I must take?
Hello,
I am looking for a bash shell script to convert file names with spaces in them to remove the space and put in an underscore character like _.
So
This is a file.mp3
becomes
Th...
I want to run multiple statements in parallel not sequentially
dbms_stats.gather_table_stats (ownname=>'RDWDM', tabname=>'TABLE_1');
dbms_stats.gather_table_stats (ownname=>'RDWDM', tabname=...
Hi
I've just run low of disk space on one filesystem /A (it's on a SAN disk storage)
& partitioned a new SAN partittion /B
What's the fastest way to copy all the files/data in /A to...
I am getting sqlplus not found error while trying to connect to database from unix.
my sql plus is present at the location
/opt/dbms/app/oracle/product/10.2_Client
and i gave in shell scrip...
From a physical security point of view is there a way to create a timeout on the console login in Solaris 10?
I need to open a password protected zip file in solaris.
I tried unzip -P password XYZ.zip but this did not work..
Version Info
SunOS 5.8
Info-ZIP Version info
UnZip 5.32 of 3 Novemb...
I am using du -sk and du
du -k
need to find the size of a file, directory
du -sk 576
du
1152
are these the size of the files?
Hi,
I have a file with some sample lines as follows :
19753313 found in platter 3296
19753677 found in platter 3296
19841250 found in platter 3296
19858947 found in platter 3296
1199...
Hi,
I would like to replace text in all files with a new text in an unix directory recursively? How can I do that?
Thanks,
K
I need to install pdf2ps utility on AIX, Where can I find it for installations.
Hi,
Our BMC Patrol & CA Unicentre have been collecting memory statistics
( Page In / Page Out) all these years for Windows 2003 & Unix (Solaris,
Redhat Linux & HP-UX) and one senior dire...
Does it mean anything special if a UNIX file name ends with a *
I got a fundamental doubt on /tmp filesystem.
1) when /tmp is created , is it created in RAM or on hard disk ? (for solaris 10)
2) what is the best practice recommended size for /tmp...
Hello,
I have an issue with execution of the script. Here is my scenario
I have 2 values : server, code
server1=$server
code1=$code
Now I have a text file code.txt
server1 code11
serv...
I am trying to mount a share from a linux server and i am using this command but this does not work ..
mount -t smbfs -o workgroup=xxx,username=abcd //servername/lagoo /tmp/thr can some one...
How do i start /optware/cng/start.sh to start automatically after the reboot. The constraint is it should be started as the user cng
I am receinving the following error when using the make command:
[root@linrac2 linuxrdac-09.03.0C05.0042]# ls -l
total 1432
-r-xr-xr-x 1 root root 3844 Dec 1 2008 genfileattributes
-r-...
Hi,
Suppose that I have a string(in files) to search in directory with multiple directories and sub directories with some folders having space in their names, How can I search for that str...
Hi Guys
Im trying to install a cron job. I was successful once, then thought I would uninstall the job and install a new one only to get this error:
cron/tmp.XXXXlriFvh: No space left ...
I have a file with 5000 data records in the path /app12/suhin
now one of the records have a string 'Suhin' in it's data.
Can anyone give me a single Unix command which will search the file a...
Hello,
When I run a ps -ef, I get so many of these entries
mfitchd 729312 143398 0 Sep 10 - 0:00 ftpd -l
mfitchd 733328 143398 0 Sep 10 - 0:00 ftpd -l
mfitchd ...
in our current file system (solaris 10) -- we have got 2 mounts
/a01 -- this is 5 gb
/a02 -- this is 50 GB
i want to make /a01 as 15GB and /a02 as 40 GB
what are the commands for c...
installp command is used to install and remove filesets on AIX. If I have a single fileset I can use the below to remove the fileset
installp -u fileset
But what if I have multiple file...