I am logging to remote AIX server, i want to copy a file from that server to local windows desktop. How can i do this?
Latest Answer: Usually you can ftp to transfer files from one system to another, but ftp uses plain text passwords, therefore you can use scp ( secured copy protocol)unix/linux its inbuilt : scpwindows : pscpso from the windows command promptpscp @: This will ask for ...
Hi,While trying to change the password of a normal user [ I logged in as root], I am getting the following message :-[root@localhost root]# passwd someuserChanging password for user someuser.passwd: Authentication
Latest Answer: You can use the following command to change the password.Sudo chpasswd -cusername:passwordpress ctrl+d ...
Latest Answer: In order to mount LINUX partitions on Windows, you need to use a third party software, Windows does not provide any inbuilt utility for this. Unlike "mount" in UNIX/LINUX Windows does not provide you with a utility to access any other file system. ...
how many simultaneous logins are allowed in Linux/Solaris for a single user ?
Latest Answer: The Linux PAM (Pluggable Authentication Modules) where we can set useful limits for users or login, which can be configured in the /etc/security/limits.conf file.You can control the total limitation with the maxlogins option. Entries within limits.conf ...
inter process command in UNIX be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
Latest Answer: d)ALL ...
If device driver is put inside RTOS Kernel or User Application, What are the advantages and disadvantages ? How can you debug
Latest Answer: To ad to that ....UNIX is also used by about 30% of the population using computers. Remember not everyone likes windows or microsoft.expand your scope as you will cover the majority ...
Latest Answer: Hope this does anser your question - General System Information Tools/Utilitiesuname -a -- brief OS and kernel information. dmesg -- kernel messages given during booting. cat /var/log/messages -- is the same as dmesg tail -f /var/log/messages -- show ...
Explain design philosophy of UNIX operating system and explain the mechanism of inter process communication and synchronisation.
Latest Answer: Solaris: df -g Linux: /sbin/dumpe2fs /dev/sdaX |grep 'Block size' ...
View page << Previous 1 [2] 3 4 5 6 7 Next >>

Go Top