উবুন্টু ওয়ান-র জন্য কমান্ড-লাইন বিকল্পগুলি উপলব্ধ? [বন্ধ]


11

উবুন্টু ওয়ান-এর জন্য কমান্ড লাইন সুইচগুলি দেখতে দেখতে এমন কোনও জায়গা আছে? এই মুহুর্তে, আমি কেবল দুটি সম্পর্কে জানি: '--মিনিমাইজড' এবং '--উথ-আইকন'। উবুন্টু ওয়ান আমার উইন্ডোজ মেশিনে ইনস্টল করার সময় এগুলি শর্টকাটে অন্তর্ভুক্ত করা হয়েছিল।

কমান্ড লাইন থেকে উবুন্টু ওয়ান ফাইল সিঙ্ক শুরু করার জন্য কোনও আছে কিনা আমার প্রধানত জানতে হবে যাতে আমি একটি কাস্টম শিডিয়ুলার তৈরি করতে পারি। অপারেটিং সিস্টেমগুলির মধ্যে পার্থক্য আমি মনে করি না কারণ এ পর্যন্ত সমস্ত কমান্ড 'উবুন্টুন-কন্ট্রোল-প্যানেল-কিউটি' এক্সিকিউটেবলের মাধ্যমে নিয়ন্ত্রণ করা হয়। আমি যদিও ভুল হতে পারে।

উত্তর:


16

সিঙ্কডেমনের জন্য:

u1sdtool [OPTION]... [ARGS]

  u1sdtool [OPTION]... [ARGS]
   u1sdtool --wait
   u1sdtool --accept-share=SHARE_ID
   u1sdtool --reject-share=SHARE_ID
   u1sdtool --list-shares
   u1sdtool --refresh-shares
   u1sdtool --offer-share PATH USER SHARE_NAME ACCESS_LEVEL
   u1sdtool --list-shared
   u1sdtool --create-folder=PATH
   u1sdtool --delete-folder=FOLDER_ID
   u1sdtool --list-folders
   u1sdtool --subscribe-folder=FOLDER_ID
   u1sdtool --unsubscribe-folder=FOLDER_ID
   u1sdtool --refresh-volumes
   u1sdtool --rescan-from-scratch=VOLUME_ID
   u1sdtool --info=PATH
   u1sdtool --list-dirty-nodes
   u1sdtool --current-transfers
   u1sdtool --quit
   u1sdtool --connect
   u1sdtool --disconnect
   u1sdtool --status
   u1sdtool --waiting
   u1sdtool --waiting-metadata
   u1sdtool --waiting-content
   u1sdtool --start

পছন্দসমূহ

   --wait Wait until ubuntuone-syncdaemon reachs nirvana

   --accept-share=SHARE_ID
          Accept the share with the specified id

          SHARE_ID
                 The share id, as returned by --list-shares

   --reject-share=SHARE_ID
          Reject the share with the specified id

          SHARE_ID
                 The share id, as returned by --list-shares

   --list-shares
          Get the list of shares

   --refresh-shares
          request a refresh of the list of shares to the server

   --offer-share=PATH USER SHARE_NAME ACCESS_LEVEL
          share PATH to USER.

          PATH   A path of a  directory  or  file  managed  by  ubuntuone-
                 syncdaemon (can't be a path inside a Share)

          USER   The  (short)  username,  that  this  share is going to be
                 offered

          SHARE_NAME
                 The share name, as it's going to be offered to USER

          ACCESS_LEVEL
                 The acces level of USER to this share, can be: "View"  or
                 "Modify"

   --list-shared
          List the shared paths/shares offered.

   --create-folder=PATH
          Create user defined folder in the specified path

          PATH   The  path  of  a  directory  to  be managed by ubuntuone-
                 syncdaemon

   --delete-folder=FOLDER_ID
          Delete user defined folder identified by FOLDER_ID

          FOLDER_ID
                 The folder id, as returned by --list-folders

   --list-folders
          List all the user defined folders

   --subscribe-folder=FOLDER_ID
          Subscribe to the user defined folder specified by FOLDER_ID

          FOLDER_ID
                 The folder id, as returned by --list-folders

   --unsubscribe-folder=FOLDER_ID
          Unsubscribe from the user defined folder specified by FOLDER_ID

          FOLDER_ID
                 The folder id, as returned by --list-folders

   --refresh-volumes
          Request a refresh of the list of volumes to the server

   --rescan-from-scratch=VOLUME_ID
          Request a rescan from scratch for a volume.

          VOLUME_ID
                 The volume id, as returned by --list-folders  or  --list-
                 shares

   --info=PATH
          Request the metadata of PATH

          PATH   A  path  of  a  directory  or  file managed by ubuntuone-
                 syncdaemon

   --list-dirty-nodes
          Show the list of nodes marked as 'dirty'

   --current-transfers
          Show the current uploads and downloads

   --quit Shutdown ubuntuone-syncdaemon

   --connect
          Connect the syncdaemon

   --disconnect
          Disconnect the syncdaemon

   --status
          Get the current status of syncdaemon

   --waiting
          Get the operations being executed.

   --waiting-metadata
          Get the waiting metadata list (NOTE: This option  is  deprecated
          and will go away shortly)

   --waiting-content
          Get  the  waiting  content list (NOTE: This option is deprecated
          and will go away shortly)

          SHARE_ID
                 The share id, as returned by --waiting

          NODE_ID
                 The node id, as returned by --waiting

   --free-space=VOLUME_ID
          Get the free space for a volume.

          VOLUME_ID
                 The volume id, as returned by --list-folders  or  --list-
                 shares

   --start
          Start syncdaemon if it's not running

দয়া করে নোট করুন যে উইন্ডোজটিতে ubuntuone-control-panel-qt.exe কার্যকর করার আগে পুরোপুরি চলমান উচিত u1sdtool.exe

সূত্র: http://manpages.ubuntu.com/manpages/precise/man1/u1sdtool.1.html


আপনাকে @ অবসেসিভফসস ধন্যবাদ। '- সংযোগ' কমান্ডটি অবশ্যই সবচেয়ে কার্যকর। আমি এটিকে শট দেব এবং রিপোর্ট করব।
toddimyre

2
এটা আমার সমস্যা সমাধান করে। আপনাকে অনেক ধন্যবাদ. উইন্ডোজ ক্লায়েন্টের জন্য এটি লক্ষ করা উচিত যে "u1sdtool.exe" ব্যবহারের আগে আপনার অবশ্যই "উবুন্টুন-কন্ট্রোল-প্যানেল-কিউটি.এক্সই" পুরোপুরি চলমান থাকতে হবে।
toddimyre

@ টডডিম্যারে আমি খুব কমই উইন্ডোজ ব্যবহার করি, সুতরাং এই বাদ দেওয়ার জন্য দুঃখিত।
ন্যানোফারাড

ঠিক আছে. আমি দুটি পৃথক উইন্ডোজ সিস্টেম, দুটি ভিন্ন উবুন্টু সিস্টেম এবং একটি ম্যাক সিস্টেম (কর্মস্থলে) এর মধ্যে বাউনস করি, তাই আমি সিস্টেমগুলির মধ্যে বিভিন্ন পার্থক্য সম্পর্কে সমস্ত জানি।
toddimyre

আপনি কি দয়া করে আপনার উত্তরে উইন্ডোজ মন্তব্যটি নোট করতে পারেন এবং এটিও পরীক্ষা করে দেখতে পারেন যে যথাযথ ম্যানপেজটি লুসিড থেকে কোনও অতিরিক্ত / পরিবর্তিত সুইচ দেখায় না? ধন্যবাদ, দুর্দান্ত উত্তর।
ইশ
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.