Sponsored Content
Full Discussion: Print from screen session
Top Forums Shell Programming and Scripting Print from screen session Post 302467812 by DGPickett on Sunday 31st of October 2010 12:10:14 PM
Old 10-31-2010
I use ksh, HISTSIZE=32767, .sh_history not in volatile /tmp, and periodically I make a gzipped backup that my command search scripts can look in to expand my ksh typein history. Then I use command-line stuff where I can, since I will have history, rather than long sessions. For instance, in place of hangin around as root where I might accidentally do something destructive, and having my session uistory be up there on root, I call it on this shell history like this:
Code:
su - root -c 'little command sequence'

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to print content on the screen

I have the following questions regrading Unix commands. 1. Could you provide the commands how to print the content of .profile and .shrc files on the screen using more and piple command? or a better way? 2. How can i use the head and tail to display lines from 25 through 75... or a better... (4 Replies)
Discussion started by: aadba
4 Replies

2. Shell Programming and Scripting

My screen saver for a plain session

Good day. :) I don't know exactly where or how to post this kind of stuff, but I though I'd like to have a look at my "Screen Saver" in progress. Comments welcome. This uses bash. Just copy and pase into any file. Make o+x and run. Feel free to edit and change all u like. Thanks. ... (0 Replies)
Discussion started by: Blooper
0 Replies

3. Programming

how to clear screen in GDB session

hi , Could any one tell me the command for clearing the screen in GDB session (1 Reply)
Discussion started by: useless79
1 Replies

4. AIX

print screen

Hi all, Could you please tell me how to take a screenshot in aix (like Print Screen button in windows)? Thanks (7 Replies)
Discussion started by: prashantchavan
7 Replies

5. Fedora

default session in screen command

Hello sir, Im in a Fedora 9 system. Im using screen to invoke the session that is created by me. Whenever we open the terminal then a session is created by the operating system. I want to know what is the name of default session in screen command. I could not get it using "screen -ls". Can you... (3 Replies)
Discussion started by: nsharath
3 Replies

6. Shell Programming and Scripting

Script that prints 2 messages to a screen session

Im trying to make a script that prints 2 messages to a screen session, one after the other. screen -x session44 -X stuff "`printf "Test 1\r"`" This works fine, but adding a second lien with a different message yields no results. Changed Subject: Please Follow Forum Rules Regarding... (1 Reply)
Discussion started by: kylecn
1 Replies

7. Shell Programming and Scripting

Unix scripting and screen session

hi, i am on AIX 5.3. I would like to write scripts that initiate or reattach to a screen session to run some commands either from unix or Universe. Can anyone assist me with a with a wuick primer on this. I can attach or initiate a screen manually and then run the commands but I would like to... (6 Replies)
Discussion started by: dustytina
6 Replies

8. HP-UX

Get blank screen when killing a UNIX session on HP-UX

Hi, I have this Unix script that kills a user session. When I run it, my screen goes blank. How do I prevent the blank screen? Ex: I open 2 Unix sessions. The main PID for my 1st session is 1234. In the second session I issue a "kill -HUP 1234". The first session gets killed but the second... (5 Replies)
Discussion started by: rm-r
5 Replies

9. Linux

Is it possible to set timeout on Linux screen session

Hello friends, I work on Linux servers via SSH (putty) and run "screen" to preserve my sessions so I can attach/detach them at anytime I wish without losing the connectivity/process disruption which is working perfectly fine. As my team members also have root access to those servers, it is... (7 Replies)
Discussion started by: prvnrk
7 Replies
xfce4-session(1)					      General Commands Manual						  xfce4-session(1)

NAME
xfce4-session - Starts up the Xfce Desktop Environment SYNOPSIS
xfce4-session DESCRIPTION
This manual page documents briefly the xfce4-session command. The xfce4-session program starts up the Xfce Desktop Environment and is typically executed by your login manager (e.g. xdm, gdm, kdm, wdm or from your X startup scripts). It will load your last session or a default session that includes the standard Xfce programs if no saved session is available. xfce4-session is an standard X11R6 session manager that can manage any X11R6 SM compliant program, including GNOME and KDE programs. xfce4-session uses the contents of the ~/.cache/sessions/ directory for starting previously saved sessions. OPTIONS
xfce4-session takes the following command line options: --disable-tcp Disable binding to TCP ports in the ICE layer. This is not possible on every platform. If you use this option on a platform that does not support it, xfce4-session will print a warning message and ignore the setting. --help Print a help screen and exit. --version Output version information and exit. ENVIRONMENT
xfce4-session's behaviour is affected by the following environment variables. XDG_CONFIG_HOME Specifies the root for all user-specific configuration files. If this environment variable is unset, it defaults to ~/.config/ XDG_CONFIG_DIRS Set of preference ordered base directories relative to which configuration files should be searched in addition to the $XDG_CON- FIG_HOME base directory. The directories should be separated with a colon. XDG_CACHE_HOME Specifies the root for all user-specific cache data. If this environment variable is unset, it defaults to ~/.cache/ FILES
xfce4-session reads its configuration from the file $XDG_CONFIG_DIRS/xfce4-session/xfce4-session.rc. xfce4-session stores its session data into $XDG_CACHE_HOME/sessions/. AUTHOR
xfce4-session was written by Benedikt Meurer <benny@xfce.org> as part of the Xfce project. This manual page was written by Oliver M. Bolzer <oliver@debian.org> and Benedikt Meurer <benny@xfce.org>. REPORTING BUGS
Report bugs to http://bugzilla.xfce.org/. COPYRIGHT
Copyright (C) 2003-2004 Benedikt Meurer. Nov 01, 2004 xfce4-session(1)
All times are GMT -4. The time now is 08:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy