Newb here....Someone spying on me?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Newb here....Someone spying on me?
# 1  
Old 11-15-2006
Question Newb here....Someone spying on me?

Hey all. I'm brand spankin' new here to the board. I'm also a novice at Unix. I've been using it for about 1 year now but I haven't really expanded my abilities since I learned the basics. I am in school and I mainly just use Unix to submit stuff to assignment directories and use it to compile my programs.

Some weeks ago I logged in remotely (SSH) and after every command I typed it came with some comments, like if I did
% cd somedirectory
there would be a comment afterwards like
% changed directory to somedirectory

if I would do
% tcsh
it would say
% Now running stupid shell tcsh

Ok, I totally understand that there is a whole Unix feud out there amongst Unix users...people make fun of each other for using emacs or worst yet pico or whatever... and also for running certain shells like tcsh. Whatever, tcsh is all I really know and I wish I could learn other things but at the moment it gets the job done. So the comments started I thought it was odd but the last comment convinced me I was being spyed on and some how whomever it was doing that was sending me these messages.

Can anyone care to explain to this newb how someone would go about doing that? And how can I safeguard against being watched like that!?!
# 2  
Old 11-15-2006
Look through your files:
/etc/.cshrc , ~/.tcshrc, ~/.cshrc
These are the files being processed by tcsh when starting up (this is because you are running tcsh and this is a non-login shell). The ~ stands for your home directory.

These files might have been changed by someone that knows your password or the admins, and since you mention that this is in a school setting, it is likely a joke.
# 3  
Old 11-16-2006
I couldnt find those files.
Here are the files in my home directory
drwx--x--x 17 54283 4096 Nov 14 14:59 .
drwxrwxrwx 2 root root 77824 Oct 12 22:58 ..
-rw------- 1 user 884 Nov 14 14:59 .TTauthority
-rw------- 1 user 350 Nov 14 11:26 .Xauthority
drwxr-xr-x 2 user 2048 Oct 2 12:59 .acrobat
-rw-r--r-- 1 user 237 Oct 2 14:43 .acrosrch
-rw-r--r-- 1 user 0 Jun 9 18:05 .addressbook
-rw------- 1 user 2285 Jun 9 18:05 .addressbook.lu
drwx------ 2 user 2048 Oct 2 12:59 .adobe
-rw------- 1 user 26 Nov 12 08:17 .bash_history
drwxr-xr-x 12 user 2048 Nov 14 14:59 .dt
drwxr-xr-x 2 user 2048 Feb 21 2006 .gnome-desktop
-rw-r--r-- 1 user 519 Nov 16 19:10 .history
drwxr-xr-x 3 user 2048 Nov 28 2005 .java
drwxr-xr-x 4 user 2048 May 10 2006 .mozilla
drwxr-xr-x 3 user 2048 Jun 9 11:48 .nautilus
-rw-r--r-- 1 user 233 May 29 22:27 .newsrc
-rw------- 1 user 14148 Nov 14 11:35 .pine-debug1
-rw------- 1 user 14772 Nov 11 00:04 .pine-debug2
-rw------- 1 user 16305 Nov 10 23:59 .pine-debug3
-rw------- 1 user 21303 Nov 11 01:22 .pine-debug4
-rw------- 1 user 5759 Nov 11 01:58 .pine-interrupted-mail
-rw------- 1 user 15757 Nov 2 19:12 .pinerc
-rw-r--r-- 1 user 54 Apr 19 2006 .rnlast
drwx------ 2 user 2048 Nov 14 14:59 .solregis
drwx------ 2 user 2048 Sep 28 2005 .ssh
-rw-r--r-- 1 user 766 Feb 2 2006 :: -----------------
-rw-r--r-- 1 user 14835 Nov 8 14:48 Logic2_1.lgi
drwxr-xr-x 2 user 2048 Apr 19 2006 Mail
drwxr-xr-x 2 user 2048 Apr 19 2006 News
drwx--x--x 17 54283 4096 Nov 14 14:59 OldFiles
-rw-r--r-- 1 user 67499 Nov 8 14:48 Proj2Part1.lgi
-rw-r--r-- 1 user 19413 Nov 8 14:48 Proj2Part2.lgi
drwxr-xr-x 2 user 2048 Jan 9 2006 RCS
-rw-r--r-- 1 user 236 Nov 8 14:56 README
-rwx------ 1 user 2223 Apr 11 2006 cid
-rw------- 1 user 0 Sep 28 13:37 core
-rw------- 1 user 335 Nov 7 20:54 dead.letter
drwx------ 2 user 2048 Nov 14 11:34 mail
drwxr-xr-x 7 user 2048 Nov 11 01:25 private
drwxr-xr-x 2 54283 2048 Oct 10 10:31 public_html

One thing I dont know is what the heck is :: -----------------
# 4  
Old 11-17-2006
What is in the "-----------------" file? Try
Code:
cat -- -----------------

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

newb at scripting how would I do this?

Hi guys. I have been lurking for quit some time attempting to learn on my own but I have reached an impasse. I need to extract specific details from from a text file that I get and parse it out into separate files with the name of each individual and the date it was proccess. Then within... (2 Replies)
Discussion started by: lostpacket
2 Replies

2. HP-UX

Newb Help, need to image one HD to another

Hello, I am totally new to Unix We have a piece of test equipment, three of them actually, that run HP-UX 9.0 from like 1994. We had backup tapes with procedures to load the OS and our test software, but the 16-track tapes are corrupt now. HP will not support it, they dont have it anymore,... (11 Replies)
Discussion started by: Newball80
11 Replies

3. Solaris

Newb questions about Solaris 10.

For some reason, I have a v240 lying around. I was thinking of connecting it to a 1gbit backbone, but I have no experience with Solaris or Linux whatsoever. Here's what I would like to do: - Run a Apache Webserver(XAMPP) - Run a FTP Server and set the Home directory Here's some random... (1 Reply)
Discussion started by: Willekillen
1 Replies

4. Shell Programming and Scripting

Help a newb with sed?

So here is my problem: I need to do a sed search and replace on the following: variable_blah_STATUS replaced with "replace string". sed 's/variable_blah_STATUS/replace string/g' works great but there is a catch. The catch is that I need to check and not replace variable_blah_STATUS... (3 Replies)
Discussion started by: phreezr
3 Replies

5. Shell Programming and Scripting

newb help needed

hi all, im working on a script that needs to read in a file, search for a string of text within that file, and if the string is found, do something. so i know i need to use an if-then statement, but how do i test for the existence of a string within the file? any help would be greatly appreciated. (6 Replies)
Discussion started by: mdlearnest
6 Replies

6. UNIX for Dummies Questions & Answers

Ok I'm a Newb, Please Help

I am wanting to download the Linux Program. When i go to download it I see several things to download. What do i download exactly? Then what do I do to install it. Also I have partitioned my hard drive to make way for Linux on the other part to play with it, will any problems arise from this? I... (3 Replies)
Discussion started by: Seeto
3 Replies

7. UNIX for Dummies Questions & Answers

Newb question

I don't even know if this should go here but I just would like to know what this means: d0e45878043844ffc41aac437e86b602 I know absolutely nothin' about UNIX, and I found this in a SQL table in a board I run. Someone please tell me what that is in "normal" mode. Pardon me for my... (4 Replies)
Discussion started by: daeglin
4 Replies

8. UNIX for Dummies Questions & Answers

help for a newb

ok i just installed FreeBSD 4.8 on a computer i had lying around and it was working ok but then when i tried to set up KDE's xdm (kdm) i think i must have configured the login manager wrong because i cant login through the kdm and therefore i can log in to BSD at all?! please can someone help me... (5 Replies)
Discussion started by: h3x
5 Replies

9. UNIX for Dummies Questions & Answers

100% newb - please help

I run windows 2000 right now. I want to learn how to use unix/linux. How do i go about installing Unix/Linux? What's the easiest version to install? Where can i get it? Is my Hardware Compatable? How do i partition my Hd? HELP!!!!!:confused: (6 Replies)
Discussion started by: Rawdawg
6 Replies

10. UNIX for Dummies Questions & Answers

The biggest newb ever...

Hi, all you unix people. I am a pretty advanced windows user, but I am curious about unix. Is there any reason I should attempt to acquire some form of unix for my home computer system? What sort of things is unix useful for? Unix is open source, right? Assuming that to be the case, I infer that... (3 Replies)
Discussion started by: BoneMalone
3 Replies
Login or Register to Ask a Question