Browsing Bengali translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions.
5160 of 2030 results
51.
Clients
ক্লায়েন্ট
Translated and reviewed by Khandakar Mujahidul Islam
Located in ../generic/serverguide/C/windows-networking.xml:250(title)
52.
Ubuntu includes client applications and capabilities for accessing network resources shared with the SMB protocol. For example, a utility called <application>smbclient</application> allows for accessing remote shared file-systems, in a manner similar to a File Transfer Protocol (FTP) client. To access a shared folder resource known as <emphasis role="italic">documents</emphasis> offered by a remote Windows computer named <emphasis role="italic">bill</emphasis> using <application>smbclient</application> for example, one would enter a command similar to the following at the prompt:
(no translation yet)
Located in ../generic/serverguide/C/windows-networking.xml:251(para)
53.
smbclient //bill/documents -U &lt;username&gt;
smbclient //bill/documents -U &lt;username&gt;
Translated and reviewed by Khandakar Mujahidul Islam
Located in ../generic/serverguide/C/windows-networking.xml:260(command)
54.
You will then be prompted for the password for the user name specified after the -U switch, and upon successful authentication, will be presented with a prompt where commands may be entered for manipulating and transferring files in a syntax similar to that used by non-graphical FTP clients. For more information on the <application>smbclient</application> utility, read the utility's manual page with the command: <screen>
<command>man smbclient</command>
</screen>
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
55.
Local mounting of remote network resources using the SMB protocol is also possible using the <application>smbfs</application> program.
(no translation yet)
56.
To mount a shared folder named <emphasis role="italic">project-code</emphasis> on a Windows server named <emphasis role="italic">development</emphasis> as the user <emphasis role="italic">dlightman</emphasis> to your Ubuntu system's /mnt/pcode mount-point (the mountpoint you choose should be an empty folder), you would issue this command at the prompt:
(no translation yet)
57.
sudo mount -t smbfs -o username=dlightman //development/project-code /mnt/pcode
(no translation yet)
58.
You will then be prompted for the user password, and after successfully authenticating, the contents of the shared resource will be available locally via the mount-point specified as the last argument to the mount command. To disconnect the shared resource, simply use the <application>umount</application> command as you would with any other mounted file system. For example:
(no translation yet)
Located in ../generic/serverguide/C/windows-networking.xml:284(para)
59.
sudo umount /mnt/pcode
(no translation yet)
60.
User Accounts
ব্যবহারকারী অ্যাকাউন্ট
Translated and reviewed by Khandakar Mujahidul Islam
Located in ../generic/serverguide/C/windows-networking.xml:295(title)
5160 of 2030 results

This translation is managed by Ubuntu Bengali Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Ishak Herock, Khandakar Mujahidul Islam, Rakibul Islam.