Search Results

Search: Posts Made By: brendan76
Forum: Red Hat 05-16-2009
28,015
Posted By brendan76
ls command to give full path to files
How can i perform a ls or other command to list the full paths of files from a ls?
Looked through the man page for ls, no luck

[bcr@server123 ~]$ cd /tmp/
[bcr@server123 tmp]$ ls -l
total 6...
Forum: Linux 02-13-2009
28,687
Posted By brendan76
Thanks mark54g, but the problem is also that i...
Thanks mark54g, but the problem is also that i want to execute scripts that exist on the remote host but the scripts use local variables that exist on the remote host.

Example:
# Remote server...
Forum: Linux 02-13-2009
28,687
Posted By brendan76
Access environment variables on remote host using ssh
How can i access environment variables on remote host using ssh

example:

# Remote server
[gacf@server1 ~]$ echo $MAIL
/var/spool/mail/gacf
[gacf@server1 ~]$

# Local server...
Forum: Linux 09-16-2008
10,551
Posted By brendan76
Cheers
Great, thanks everyone.
Forum: Linux 09-12-2008
10,551
Posted By brendan76
Script to simulate hanging process
I want to create a script to simulate a process that hangs to test a java application. My java app executes a system command, which can also be executing scripts, etc. Any ideas on such a script?
...
Forum: Linux 09-08-2008
21,672
Posted By brendan76
grant root privileges to ordinary user
Hi,
Is it possible to grant root privileges to an ordinary user?
Other than 'sudo', is there some way under Users/Groups configuration?
I want ordinary user to be able to mount, umount and use...
Forum: Linux 03-07-2008
40,219
Posted By brendan76
If I edit /etc/sudoers and add: brendan...
If I edit /etc/sudoers and add:

brendan ALL=NOPASSWD: ALL

Then as user brendan execute:

sudo mount /dev/loop1 /storage/part1

This works fine, but is there any long term problems, etc. in...
Forum: Linux 03-06-2008
40,219
Posted By brendan76
I've edited the /etc/fstab and added user option ...
I've edited the /etc/fstab and added user option

/dev/loop1 /storage/part1 auto noauto,user,noexec 0 0

My version of mount/umount is:
[brendan@rubidium /]$ mount -V...
Forum: Linux 03-05-2008
40,219
Posted By brendan76
How to mount/umount disk from a non-root account
Is it possible to mount a disk from a non-root account?

I'm developing a Java application which executes commands in the shell using the java.lang.Runtime.exec api, which runs fine for commands...
Forum: SuSE 02-26-2008
21,424
Posted By brendan76
The process starts at bootup, how can I select...
The process starts at bootup, how can I select the process for restart? I want to avoid restarting the whole server.
Forum: SuSE 02-26-2008
21,424
Posted By brendan76
Restart process
I have a process that gradually eats up memory, it's currently at 80.2% and slowing down the linux server

> ps aux | grep SNMPME
root 3129 0.0 80.2 3591752 2480700 ? Sl Feb13 5:04...
Forum: UNIX and Linux Applications 02-26-2008
18,574
Posted By brendan76
Update compressed archive (TAR)
Is it possible to update a file in a compressed archive.tgz using the tar app without uncompressing/extracting, update and compressing/creating ?

tar -uvzf archive.tgz ./file.txt
tar: Cannot...
Forum: Linux 01-11-2008
15,470
Posted By brendan76
untar & unzip
I'm using GNU tar version 1.14 on Linux 2.6.9-22.ELsmp

I'm looking into using command: tar --directory=/home/brendan/tarFileTest -xzvf Archive.tgz

Is the whole process (unzip and untar) done in...
Showing results 1 to 13 of 13

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