Sponsored Content
Homework and Emergencies Homework & Coursework Questions Help using argc/argv in assignment Post 302916942 by Corona688 on Friday 12th of September 2014 03:12:59 PM
Old 09-12-2014
So you sit down at ???, which runs uxb3 -- which sounds more like a hostname than an OS to me -- and open a ??? terminal to run ??? to login to "toolman" which runs ???. Is it possible to run uname -a on any of these systems? Is it possible to fill in any of those question marks?
 

10 More Discussions You Might Find Interesting

1. Programming

Using argv argc

I searched on the forums. No advises. I am using a previous source code. I changed the main function main(int argc, char **argv) in a function misc(int argc, char **argv). How do you use the argc and argv parameters? This is how I am calling the function : char param; strcat(param,"wgrib ");... (4 Replies)
Discussion started by: Akeson Chihiro
4 Replies

2. Programming

dbx debugger + argv[argc]

Is it possible to use the dbx debugger with the CL options for the executable ? Say you have created a executable called myfunc which can take string arguments at run-time. You run it like this ./myfunc Hello World where Hello and World are the string arguments My question is whether... (1 Reply)
Discussion started by: JamesGoh
1 Replies

3. Programming

help for argv argc

Hi C experts, I have the following code for adding command line option for a program int main (argc, argv) int argc; char *argv; { char *mem_type; //memory type char *name; //name of the memory int addr; //address bits int data; ... (5 Replies)
Discussion started by: return_user
5 Replies

4. Programming

Building an argc/argv style structure from a string (char*)

Hello All, First post. I've been struggling with the following: Given a char* string, I need to construct an "int argc, char *argv" style structure. What I'm struggling with most is handling escaped-whitespace and quotes. e.g. the string: char *s = "hello world 'my name is simon'... (10 Replies)
Discussion started by: cbarwise
10 Replies

5. Programming

ARGV help in C

Hi, Can somehelp help how to list file in a dir? (5 Replies)
Discussion started by: Learnerabc
5 Replies

6. Programming

help with C, argv

when i run my program, i have a parameter, that i want to set the value to another string i am using int main(int argc, char **argv) { char my_str=argv; printf("%s",my_str); return 0; } and i get Segmentation fault ran using ./my_prog /usr/share/dict/words hello1 ... (2 Replies)
Discussion started by: omega666
2 Replies

7. Shell Programming and Scripting

ARGV and ARGC in bash 3 and bash 3.2

Hi Folks, I've prepared a shell script that takes action based on arguments and number of arguments..sample code like: ARGV=("$@") ARGC=("$#") case ${ARGV} in abc) if ; then ...... else printf "\nInvalid number of arguments, please check the inputs and... (2 Replies)
Discussion started by: SBC
2 Replies

8. Shell Programming and Scripting

argc/ argv in awk

Hi guys, i'm trying to solve this problem. I have to run something like cat file1.txt | awk -f script.awk 10 if i'm in the awk script, how can i take the parameter :10 ??:wall: i try something like : BEGIN{ var=argv } {..} END{..} but obviously is not correct... (5 Replies)
Discussion started by: heaven25
5 Replies

9. UNIX for Advanced & Expert Users

O argv, argv, wherefore art thou argv?

All of my machines (various open source derivatives on x86 and amd64) store argv above the stack (at a higher memory address). I am curious to learn if any systems store argv below the stack (at a lower memory address). I am particularly interested in proprietary Unices, such as Solaris, HP-UX,... (9 Replies)
Discussion started by: alister
9 Replies

10. UNIX for Dummies Questions & Answers

ARGV how to use it?

So i am trying to read in file readFile <GivenFile> modFile looking for a regular file under the directories in the GivenFile and print them out is my over all goal. basically I am looking for anything that looks like a directory in the given file and printing it out. Since I am trying to do... (2 Replies)
Discussion started by: squidGreen
2 Replies
RUNGETTY(8)						     Linux Programmer's Manual						       RUNGETTY(8)

NAME
rungetty - a minimal console getty that can run any process SYNOPSIS
rungetty [--noclear] [--long-hostname] [-u username] [-g group] [-w path] [-n priority] [--prompt [=string]] [-d n] [--autologin username] tty [--] [command] [arguments] DESCRIPTION
rungetty is a getty for use on virtual consoles which has the ability to run any program, not just login(1). Like mingetty(8), on which rungetty is based, rungetty isn't suitable for serial use. Both I and the author of mingetty(8) recommend mgetty(8) for that. It is useful, though, for keeping programs such as, say, telnet(1), running at all times. When running a program other than login, it is executed as the user and group nobody, or the user specified by username and group specified by group. OPTIONS
--noclear Do not clear the screen before prompting for the login name (the screen is normally cleared). --long-hostname By default the hostname is only printed until the first dot. With this option enabled, the full text from gethostname() is shown. -u username By default, rungetty runs programs as nobody. With this option, it runs as the user username. -g group By default, rungetty runs as the group nobody. This option allows you to tell rungetty to run programs as the group group. --prompt [=string] This option causes rungetty to wait until user input (usually an 'Enter') before executing the program. If string is specified, it will be displayed. Otherwise, a default prompt will be shown. -n n 'nice' value of specified program. -w path Working directory of specified program. -d n Specifying -d will make rungetty wait n seconds before running the specified program. --autologin username Log the specified user onto the console (normally /dev/tty1) when the system is first booted without prompting for a username or password. When the autologin option is supplied, rungetty will check that the controlling terminal is the console (normally /dev/tty1), that a reasonable username has been supplied, and that this is the first autologin request since the system has booted. If all of these conditions have been met, a request for an unauthenticated login is passed to the login program. Otherwise, a normal interactive login is performed. The login program may deny the request for an unauthenticated login. Typically this will happen when the user is root, has a UID of 0, or whenever a normal interactive login would be denied due to the access restrictions specified in the nologin, usertty, or securetty files. Only a single autologin request will be issued after a system boot. If the automated login request is denied, or if the user logs out, rungetty will revert to performing normal interactive logins for all subsequent login requests. -- Tells rungetty that there are no more options to parse, useful for passing arguments with a - in them to the external program. ARGUMENTS
tty Name of the tty to run on. command Runs specified command. Searches for command in /bin, /usr/bin, /usr/ucb, /usr/local/bin if the complete pathname and filename are not given. [arguments] Command line arguments to pass to command. ISSUE ESCAPES
rungetty recognizes the following escapes sequences which might be embedded in the /etc/issue file: d insert current day (localtime), l insert line on which rungetty is running, m inserts machine architecture (uname -m), inserts machine's network node hostname (uname -n), o inserts domain name, inserts operating system release (uname -r), insert current time (localtime), s inserts operating system name, u resp. U the current number of users which are currently logged in. U inserts "n users", where as u only inserts "n". v inserts operating system version (uname -v). EXAMPLE
In /etc/inittab, these lines: r1:12345:respawn:/sbin/rungetty tty1 r2:2345:respawn:/sbin/rungetty tty2 telnet mail.foo.com r3:2345:respawn:/sbin/rungetty tty3 -u support top r4:2345:respawn:/sbin/rungetty tty4 -n 20 -w /etc rc5des Would run a local login on /dev/tty1,a telnet(1) session to mail.foo.com on /dev/tty2,and top(5)on /dev/tty3. Note that telnet(1) is run as user nobody, while top(5) is run as user support, and start the program rc5des(5) at the lowest priority level with a current directory of /etc. FILES
/etc/issue, /var/run/utmp, /var/log/autologin. BUG REPORTS
Please send all bug reports to jake@nodomainname.net. BUGS
There are no known bugs. SEE ALSO
mingetty(8), mgetty(8). AUTHOR
Copyright (C) 1999 Jakob Kaivo <jake@nodomainname.net>. Jakob 'sparky' Kaivo 04 February 1999 RUNGETTY(8)
All times are GMT -4. The time now is 12:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy