Search Results

Search: Posts Made By: tookers
3,699
Posted By tookers
Hi Ajay, The fact that your getting the...
Hi Ajay,

The fact that your getting the 'Access denied' errors would suggest that the user you are logging in as doesn't have access to the directory on your Windows PC.
You could try a few...
Forum: Linux 08-29-2006
31
6,502
Posted By tookers
Are you now trying to get & install Java? Would...
Are you now trying to get & install Java?
Would this be for Firefox by any chance?
You might be better trying here http://www.java.com/en/download/manual.jsp
Try the Linux RPM first, download the...
32,266
Posted By tookers
Heres the code... DATE=$(date +%d%m%y) ...
Heres the code...


DATE=$(date +%d%m%y)
LIST=/tmp/ftplist
FILENAME=""
COUNT=1
rm $LIST
echo "finish" >> $LIST

#Our local directory containing files to FTP
cd /prg/tocc/prd/usr/user1/ftp...
Forum: Open Source 08-28-2006
341,855
Posted By tookers
I use VI on unix/linux but when on *indows I use...
I use VI on unix/linux but when on *indows I use crimson.
32,266
Posted By tookers
Hey there, I had the same problem trying to MPUT...
Hey there, I had the same problem trying to MPUT multiple files from our unix server to novell server. MPUT simply wouldn't work as the novell server needed to know the remote filename as well as the...
6,976
Posted By tookers
Hi there, Which user are you logged into...
Hi there,

Which user are you logged into shell as?
Check directory permissions on /floppy, it may be only be chmod 700 which only gives the user specified read write & execute access.
Also check...
Forum: Linux 08-27-2006
31
6,502
Posted By tookers
OK, there could be 1 of 2 problems... 1. Your...
OK, there could be 1 of 2 problems...
1. Your system doesn't have the tar program
2. Tar doesn't appear in PATH or PATH not setup correctly

Login to a shell session as root, type whereis tar
if...
Forum: Linux 08-27-2006
31
6,502
Posted By tookers
OK so cd into the directory where the file is...
OK so cd into the directory where the file is then type
tar -xvf install_flash_player_7_linux.tar-1
It may extract to a new directory within your current directory. Just type ls -lrt and the...
Forum: IP Networking 08-27-2006
12,614
Posted By tookers
To block unwanted sites, you can create a new ACL...
To block unwanted sites, you can create a new ACL (access control list) the ACL can be applied to a group of users or all users.
Look at about 55% through the squid.conf file and you will see...
10,345
Posted By tookers
If you want to see what users are doing in...
If you want to see what users are doing in real-time
ps -ef | grep user
That has timestamp etc.
If your users are disconnecting with 'exit' or 'logout' you should see this also
10,345
Posted By tookers
If you run the last command it will show all...
If you run the last command it will show all users comings and goings for the past month I think.


[root@gentest ~]#last
super pts/4 192.xxx.xxx.xxx Mon Aug 28 01:05 still...
10,345
Posted By tookers
Hey, You could do a 'last <username>' to see...
Hey,

You could do a 'last <username>' to see the times they've logged in & out.
Do your users home directories contain a '.profile' file?
This file can be used to run scripts at login & logout...
5,171
Posted By tookers
Hey there, From my understanding, Unix was...
Hey there,

From my understanding, Unix was developed as a primarily server operating system. Thus programs had to be developed to run non-interactively, as user interactivity may not always be...
Forum: Filesystems, Disks and Memory 08-27-2006
5,259
Posted By tookers
Hey there, What kind of tape device is it?...
Hey there,
What kind of tape device is it? SCSI, IDE, external USB etc...

I've had similar problem with a DDS3 drive on a DGUX Aviion server, BIOS see's the drive fine... the OS needed a bit of...
Forum: Linux 08-27-2006
31
6,502
Posted By tookers
Which directory did you save the...
Which directory did you save the "flasplayer-installer" to?
Open up a new terminal session, cd into the directory you saved the file to.
In this directory now type, ls -l
It could be that your...
Forum: Linux 08-27-2006
31
6,502
Posted By tookers
Hi Jimmy, I was just wondering what it is...
Hi Jimmy,

I was just wondering what it is your trying to achieve?
Depending on what you want to do with your system will determine which shell is best for you. The two main shell styles are Korn...
Forum: Linux 08-27-2006
31
6,502
Posted By tookers
If you cd into your directory cd...
If you cd into your directory
cd /yourdirectoryname
then type
ls
you will see a directory & file listing of the current directory.
There are many more options with ls such as listed by date...
Forum: Linux 08-26-2006
31
6,502
Posted By tookers
Hi irish-jimmy, When told to run...
Hi irish-jimmy,

When told to run ./someprogram
it basically means that you are in the same directory as that program.
e.g. if i had a script in my home dir i would firstly cd into that directory...
Forum: Linux Benchmarks 08-23-2006
60,255
Posted By tookers
CPU/Speed: AMD Athlon 64-bit x2 dual-core (2GHz) ...
CPU/Speed: AMD Athlon 64-bit x2 dual-core (2GHz)
Ram: 1024MB DDR Ram TwinX (Matched pair)
Motherboard: Gigabyte K8NE Nforce 4
Bus: 2x PCI 2x PCI-E
Cache: 1MB (on both cores)
Controller: IDE &...
4,259
Posted By tookers
Hi again, I've got another problem now. My...
Hi again,

I've got another problem now.
My script now creates a sed script with a range of first & end lines.
Heres what the sed script looks like
sed -e...
2,979
Posted By tookers
Hi there, What OS is the remote system...
Hi there,

What OS is the remote system running?
There are a number of options, you could set a script to run every hour in cron. Or you could setup a script to run as a daemon to check in regular...
4,259
Posted By tookers
That is exactly what I needed, thanks for that....
That is exactly what I needed, thanks for that. I've created a test script on my machine at home, will test it on the production script next week at work.

Thanks.

EDIT: Heres what I've got,...
4,259
Posted By tookers
Removing lines within a file
Hi There,

I've written a script that processes a data file on our system. Basically the script reads a post code from a list file, looks in the data file for the first occurrence (using grep) and...
Showing results 1 to 23 of 23

 
All times are GMT -4. The time now is 09:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy