History of the /etc directory [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question It seems like the /etc directory was added for anything that falls into the “et cetera” category of system files. To me that … Read more

On Unix/Linux OS machines are showing less memory [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. Why on Unix/Linux OS machines are showing less … Read more

Incremental backups of Subversion repositories [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I have two SVN repositories, svn_rep1 and svn_rep2. I want to back them up to a remote server, with an incremental backup daily … Read more

Run 64bit installer on 32bit centos cannot execute binary file [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago. Improve this question I Have a 64bit file from my old server, its ./install file now i want run it in 32bit server, … Read more

How do I extend unix “ps -ef” command to see more info [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I need to grep process by information containing in CMD column, but this column strings is cut(limited) and needed info is lost. Please … Read more

Server that transfers FTP to FTPS without downloading on my PC [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I need to do a server to server transfer, and the data is about 1 TB in size. One server supports plain FTP, … Read more

web program today: why is online web program user =/= Unix user in /etc/passwd [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago. Improve this question History and explanation In the early days of Unix, … as Unix was invented as … Read more

I need to run SCP, SFTP and SSH in three different ports

I need to run SCP, SFTP, and SSH in the same host but via three different ports; is there a way where we can configure SSHD in that manner? Thanks in advance. Answer You can do that by adding in /etc/ssh/sshd_config file the ports you want to use on the server: Example: Port 22 Port … Read more