Sponsored Content
Top Forums Shell Programming and Scripting Shellscript to Sudo other account Post 302147440 by sachin.tendulka on Tuesday 27th of November 2007 04:28:55 AM
Old 11-27-2007
Madhan,

Using the command i am not able to get the port no. value in output file. I tried with few other options where nothing worked. Pls. do provide a solution.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Account creation Sudo enabled

Hi, how to create account with the following be cron enabled only accessible via sudo (1 Reply)
Discussion started by: vilves
1 Replies

2. UNIX for Dummies Questions & Answers

Setting an account to be a non-login account automatically?

Is there a way to easily change an account to be a non login account (NP in the shadow) file? I know I can just edit the file but that is not what we want to do. We use access control software and want to provide a way to set an account to be non-login using simple commands that can be mapped... (0 Replies)
Discussion started by: LordJezo
0 Replies

3. UNIX for Dummies Questions & Answers

Change Account to not lock account if password expires

I have access to 15+ UNIX boxes at work, and I do not consistently log onto all of them over time. When I do try to access one I havent been on in awhile, my account is locked as the password has expired. I need to request to the UNIX SA's that the password expiration is 90 days and that if it... (1 Reply)
Discussion started by: stringzz
1 Replies

4. Linux

Apply disk quota to account(dedicate 3 GB to account).

Hi , I am faceing lot of problem due to "disk space is not enough". senerio is like as, In system has 5 account. a,b,c,d,e say account c if very critical. Due to other user's data, user 'c' is faceing disk space issue. I want to dedicate 3 GB for user 'c'. No user... (1 Reply)
Discussion started by: ashokd009
1 Replies

5. Shell Programming and Scripting

Issue in passing passwd to login into a sudo account

Hi Gurus, I have small issue... I used to pass the passwd for sudo commands like below, gzcat ~/passwd.gz | sudo su - <villin> >> eof ------ ----- ------ eof And it was able to login into "villin" sudo account successfully. But now, I'm using the same in another script for the... (2 Replies)
Discussion started by: raghu.iv85
2 Replies

6. Shell Programming and Scripting

ssh foo.com sudo command - Prompts for sudo password as visible text. Help?

I am writing a BASH script to update a webserver and then restart Apache. It looks basically like this: #!/bin/bash rsync /path/on/local/machine/ foo.com:path/on/remote/machine/ ssh foo.com sudo /etc/init.d/apache2 reloadrsync and ssh don't prompt for a password, because I have DSA encryption... (9 Replies)
Discussion started by: fluoborate
9 Replies

7. Shell Programming and Scripting

Shellscript not executing further after sudo over a user

Hi, I am writing a switch case statement and one of the option contains sudo to a particular user and then perform some steps after that but my script is unable to proceed with further execution after doing sudo over the user. Could you please suggest an workaround for this. (1 Reply)
Discussion started by: adityam
1 Replies

8. How to Post in the The UNIX and Linux Forums

Simultaneously try to execute commands after connecting to remote account to one account

I have made password less connection to my remote account. and i tried to execute commands at a time. but i am unable to execute the commands. ssh $ACCOUNT_DETAILS@$HOST_DETAILS cd ~/JEE/*/logs/ (1 Reply)
Discussion started by: kishored005
1 Replies

9. Windows & DOS: Issues & Discussions

What happens to your skype account if you close outlook.com email account?

Hello, Does anyone know what happens to your skype account if you close the outlook.com email account which are linked together? As you know they are both owned by Microsoft. Thanks (0 Replies)
Discussion started by: milhan
0 Replies
LV2PROC(1)						      General Commands Manual							LV2PROC(1)

NAME
lv2proc - a simple command line effect processor using LV2 plugins SYNOPSIS
lv2proc [ options ] -i input -o output plugin lv2proc -h|--help lv2proc --version DESCRIPTION
lv2proc generates an output sound file by applying a LV2 effect plugin to an input sound file. OPTIONS
-h, --help Print a short description of the command line options on the standard output and quit. --version Print version and copyright information on the standard output and quit. -i input Indicates the input sound file. -o output Indicates the output sound file. plugin LV2 plugin URI. -n frames Number of audio frames to be processed at each cycle (default is 512). -c port:value Assigns value to the port identified by port symbol port. The specified port must be a control input port and value must be a floating-point number in a form that strtof(3) undestands, assuming that the "C" locale is being used. --with-latency Disables latency compensation that is generously offered to you by default. --timing Report some timing statistics on the standard output after sound processing. --normalize Normalize the output file by applying the same gain factor to all channels. No fancy loudness estimation going on here, just trying to make use of the whole dynamic range of the output file format. ENVIRONMENT
LV2_PATH Used to override the list of directories where LV2 plugin bundles are looked for (as per LV2 specification, see <http://lv2plug.in/>). AUTHOR
Stefano D'Angelo <zanga dot mail at gmail dot com> SEE ALSO
lv2ls(1), lv2info(1) OCTOBER 2011 LV2PROC(1)
All times are GMT -4. The time now is 05:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy