Sponsored Content
Operating Systems Linux Red Hat Showing all users in 'users' and 'top' commands Post 302596203 by shoaibjameel123 on Monday 6th of February 2012 11:25:44 PM
Old 02-07-2012
Showing all users in 'users' and 'top' commands

Hi All,

I work in a multi user environment where my school uses Red Hat Linux server. When I issue commands such as "top" or "users", I get to see what others are doing and what kinds of applications they are running (even ps -aux will give such information). "users" will let me know who else is currently logged in. I use Linux at my school not as a superuser.

My question is "Is it not a flaw in the design of the Operating System that I cannot have my privacy in the multi user environment?" The fact is "Why should others see what I am doing on a particular machine?" Only Administrator should have that right.

I am sure there are plenty of talented minds who design the OS but why is this not incorporated in OS? At least there should be an option to disable or enable this. Or is there any specific reason why OS designers have not incorporated this feature in the kernel or even in commands such as top, ps or users?

Last edited by shoaibjameel123; 02-07-2012 at 02:26 AM..
 

9 More Discussions You Might Find Interesting

1. AIX

How to find the top 6 users (which consume most space)?

Hi everybody, I want to know if there is any posibility to find out - on an AIX system - which are the the users who consume most space or at least a posibility to obtain a list with all the users and how much space are they consuming ? Trying to use du command was useless. Any idea?... (5 Replies)
Discussion started by: RebelDac
5 Replies

2. Shell Programming and Scripting

Showing offline users

Hi, Is there any command for showing offline users? The only way I can think of doing it (as i cant find a command) is getting a list of all the online users, and comparing it to /etc/passwd, anything that is in /etc/passwd and not in the users file will be offline users. But I have no... (4 Replies)
Discussion started by: mikejreading
4 Replies

3. Shell Programming and Scripting

bash script for showing last users

Hi! I'm new in scripting and I need some help with one simple script. I have to write a program that shows in a predetermined period (using "last" command), to draw up a list of users who have used the machine during this period. Each user to indicate how many sessions it has been during this... (9 Replies)
Discussion started by: vassu
9 Replies

4. Shell Programming and Scripting

top 10 users facebook.com

is it possible from shell utility that we can track top 10 ipaddress from squid access.log who visit facebook.com. cat /var1/log/squid/access.log | grep "192.168.1.13" | grep "facebook" | wc -l 777 above will find only one (2 Replies)
Discussion started by: learnbash
2 Replies

5. Shell Programming and Scripting

find top 4 users currently logged on can i use grep

For the first 4 users only that are currently logged in output their effective user id. It's not important the order in which each logged in i just want to have the top 4. Same question as here...... (0 Replies)
Discussion started by: whyatepies
0 Replies

6. UNIX for Dummies Questions & Answers

how to find top 3 users currently logged on

For the first 3 users only that are currently logged in output their effective user id. thank you. (6 Replies)
Discussion started by: whyatepies
6 Replies

7. UNIX for Dummies Questions & Answers

Need help showing which network protocol users use.

I'm having a bit of a trouble trying to figure out how to tell which network protocol users HAVE been logging in with. I know how to find this information for currently logged in users : maximillian.gardner@syccuxfs01:~> who joseph.blosser pts/0 2012-01-15 14:07 (198.107.160.185)... (5 Replies)
Discussion started by: maximillian.g
5 Replies

8. Shell Programming and Scripting

Top utilization of the users through script

I am trying for a shell script like, if the ram utilization is less than 300M and the load average is more then 4.00 , should take all the top users of memory and CPU utilization through "top" and "ps " command and put under one path. (6 Replies)
Discussion started by: gsiva
6 Replies

9. UNIX for Beginners Questions & Answers

Top 10 Users in mount level

Hi Members, I'm new to unix. Could you help me in solving my issue. My requirement is I need to pull Top 15 users in every mount. I could able to get the mount level information but I couldn't able to pull the top users in every mount. I see in every mount I could see a lot of nested... (3 Replies)
Discussion started by: UBEE
3 Replies
BIBTEX(1)							    Web2C 2012								 BIBTEX(1)

NAME
bibtex - make a bibliography for (La)TeX SYNOPSIS
bibtex [-min-crossrefs=number] [-terse] auxname[.aux] DESCRIPTION
This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation. BibTeX reads the top-level auxiliary (.aux) file auxname that was output during the running of latex(1) or tex(1) and creates a bibliogra- phy (.bbl) file that will be incorporated into the document on subsequent runs of LaTeX or TeX. BibTeX looks up, in bibliographic database (.bib) files specified by the ibliography command, the entries specified by the cite and ocite commands in the LaTeX or TeX source file. It formats the information from those entries according to instructions in a bibliogra- phy style (.bst) file (specified by the ibliographystyle command, and it outputs the results to the .bbl file. The LaTeX manual explains what a LaTeX source file must contain to work with BibTeX. Appendix B of the manual describes the format of the .bib files. The `BibTeXing' document describes extensions and details of this format, and it gives other useful hints for using BibTeX. OPTIONS
The -min-crossrefs option defines the minimum number of crossref required for automatic inclusion of the crossref'd entry on the citation list; the default is two. With the -terse option, BibTeX operates silently. Without it, a banner and progress reports are printed on std- out. ENVIRONMENT
BibTeX searches the directories in the path defined by the BSTINPUTS environment variable for .bst files. If BSTINPUTS is not set, it uses the system default. For .bib files, it uses the BIBINPUTS environment variable if that is set, otherwise the default. See tex(1) for the details of the searching. If the environment variable TEXMFOUTPUT is set, BibTeX attempts to put its output files in it, if they cannot be put in the current direc- tory. Again, see tex(1). No special searching is done for the .aux file. FILES
*.bst Bibliography style files. btxdoc.tex ``BibTeXing'' - LaTeXable documentation for general BibTeX users btxhak.tex ``Designing BibTeX Styles'' - LaTeXable documentation for style designers btxdoc.bib database file for those two documents xampl.bib database file giving examples of all standard entry types btxbst.doc template file and documentation for the standard styles All those files should be available somewhere on your system. The host math.utah.edu has a vast collection of .bib files available for anonymous ftp, including references for all the standard TeX books and a complete bibliography for TUGboat. SEE ALSO
latex(1), tex(1). Leslie Lamport, LaTeX - A Document Preparation System, Addison-Wesley, 1985, ISBN 0-201-15790-X. AUTHOR
Oren Patashnik, Stanford University. This man page describes the web2c version of BibTeX. Other ports of BibTeX, such as Donald Knuth's version using the Sun Pascal compiler, do not have the same path searching implementation, or the command-line options. bibtex 0.99d 1 February 2010 BIBTEX(1)
All times are GMT -4. The time now is 12:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy