Search Results

Search: Posts Made By: jnsimpson02
5,524
Posted By jnsimpson02
re:Monitoring ftp process
I suppose you can use:

ps -ef | grep "process name"


...not sure how in depth you want to monitor it? Do you want it detailed, if so, then you would need to write a script, and have the...
Forum: Open Source 06-24-2005
335,654
Posted By jnsimpson02
re: editors
i use vi, but hate it... if you are in your CDE, use the notepad editor.

jnsimpson02
4,243
Posted By jnsimpson02
re: list of files in one Directory
cd /dir
ls -latr (will put it in chronological order)
ls -l | sort +4n (will list out size from low to high)


...i would suggest that you use your man pages.


jnsimpson02
97,524
Posted By jnsimpson02
re: show all user account
you can also just do this:

more /etc/passwd


...you will find a lot of dorks that like to do things the hard way. However, if you want basics, just stick with using 'more /etc/passwd'.

...
7,341
Posted By jnsimpson02
RE: How do I search my history?
you can always do this:

history | grep "dapl"


....it also depends on the size of your history buffer.


jnsimpson02
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 09:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy